Files
vscode-make-executable-if-s…/tsconfig.json
2025-02-24 00:37:11 +00:00

16 lines
257 B
JSON

{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": [
"ES2022"
],
"sourceMap": true,
"rootDir": "src",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
}
}