18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"lib": ["ES2022"],
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"noImplicitOverride": true,
|
|
"noEmit": true,
|
|
"verbatimModuleSyntax": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|