AnnotateMap/tsconfig.base.json

13 lines
261 B
JSON
Raw Permalink Normal View History

2026-02-23 14:35:23 -08:00
{
"compilerOptions": {
"target": "ES2020",
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"isolatedModules": true,
"moduleDetection": "force"
}
}