im_wower
·
2026-03-21
tsconfig.base.json
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ES2022",
5 "moduleResolution": "Node",
6 "strict": true,
7 "noImplicitOverride": true,
8 "noUncheckedIndexedAccess": true,
9 "noFallthroughCasesInSwitch": true,
10 "forceConsistentCasingInFileNames": true,
11 "skipLibCheck": true
12 }
13}
14