26 lines
683 B
JSON
26 lines
683 B
JSON
![]() |
{
|
||
|
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2022",
|
||
|
"module": "ES2022",
|
||
|
"moduleResolution": "node",
|
||
|
|
||
|
"strict": true,
|
||
|
"allowUnusedLabels": false,
|
||
|
"allowUnreachableCode": false,
|
||
|
"exactOptionalPropertyTypes": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitOverride": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noPropertyAccessFromIndexSignature": true,
|
||
|
"noUncheckedIndexedAccess": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
|
||
|
"checkJs": true,
|
||
|
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
},
|
||
|
}
|