mirror of
https://github.com/innopals/clarity-abi.git
synced 2026-01-12 15:13:41 +08:00
26 lines
676 B
JSON
26 lines
676 B
JSON
{
|
|
"include": [],
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"strict": true,
|
|
"useDefineForClassFields": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"noImplicitOverride": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"verbatimModuleSyntax": true,
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"target": "ES2021",
|
|
"lib": ["ES2022", "DOM"],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|