AnnotateMap/tsconfig.base.json
2026-02-23 14:35:23 -08:00

13 lines
261 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"isolatedModules": true,
"moduleDetection": "force"
}
}