| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "NodeNext", | |
| "moduleResolution": "NodeNext", | |
| "lib": ["ES2022"], | |
| "strict": true, | |
| "noImplicitAny": true, | |
| "noImplicitOverride": true, | |
| "noUncheckedIndexedAccess": true, | |
| "exactOptionalPropertyTypes": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "noPropertyAccessFromIndexSignature": true, | |
| "useUnknownInCatchVariables": true, | |
| "isolatedModules": true, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true, | |
| "composite": true, | |
| "skipLibCheck": true | |
| } | |
| } | |