15 lines
338 B
JSON
15 lines
338 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ESNext",
|
||
|
|
"allowUnreachableCode": false,
|
||
|
|
"allowUnusedLabels": false,
|
||
|
|
"exactOptionalPropertyTypes": true,
|
||
|
|
"noImplicitOverride": true,
|
||
|
|
"noPropertyAccessFromIndexSignature": true,
|
||
|
|
"noUncheckedIndexedAccess": true,
|
||
|
|
"noUnusedLocals": true,
|
||
|
|
"noUnusedParameters": true,
|
||
|
|
"strict": true,
|
||
|
|
}
|
||
|
|
}
|