main
json 15 lines 497 Bytes
Raw
1 {
2 "compilerOptions": {
3 "module": "Node16",
4 "target": "ES2022",
5 "lib": [
6 "ES2022"
7 ],
8 "sourceMap": true,
9 "strict": true, /* enable all strict type-checking options */
10 /* Additional Checks */
11 // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
12 // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
13 // "noUnusedParameters": true, /* Report errors on unused parameters. */
14 }
15 }