4728be189f9e48c83d93dc17ebc19ab53ba41a49
[ldk-java] / ts / tsconfig.json
1 {
2   "compilerOptions": {
3     "target": "es2021",
4     "module": "es2020",
5     "forceConsistentCasingInFileNames": true,
6
7     "strict": true,
8     "noImplicitAny": true,
9     "strictNullChecks": false,
10     "strictFunctionTypes": true,
11     "strictBindCallApply": true,
12     "strictPropertyInitialization": false,
13     "noImplicitThis": true,
14     "useUnknownInCatchVariables": true,
15     "alwaysStrict": true,
16     "noUnusedLocals": false,
17     "noUnusedParameters": false,
18     "exactOptionalPropertyTypes": false,
19     "noImplicitReturns": true,
20     "noFallthroughCasesInSwitch": true,
21     "noUncheckedIndexedAccess": true,
22     "noImplicitOverride": true,
23     "noPropertyAccessFromIndexSignature": true,
24     "allowUnusedLabels": false,
25     "allowUnreachableCode": false,
26
27     "skipLibCheck": true
28   }
29 }