cleanup/changes to vscode package.json

This commit is contained in:
2026-02-11 17:26:45 -08:00
parent 6a16dc6150
commit 7048553906
4 changed files with 19 additions and 13 deletions

View File

@@ -2,10 +2,12 @@
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": [
"ES2022"
],
"lib": [ "ES2022" ],
"sourceMap": true,
// so node can run this stuff
"allowImportingTsExtensions": true,
// required by previous, but we use esbuild anyway
"noEmit": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
/* Additional Checks */