mjs, sourcemaps

This commit is contained in:
Ian Gulliver
2024-12-21 07:36:47 -08:00
parent 1c90c313f0
commit 7ac6cb6743
7 changed files with 31 additions and 27 deletions

View File

@@ -3,7 +3,8 @@
"target": "ESNext",
"module": "ESNext",
"strict": true,
"outDir": "js"
"outDir": "js",
"inlineSourceMap": true
},
"include": ["ts"],
}