26 lines
667 B
JSON
26 lines
667 B
JSON
{
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"lib": ["es2022"],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitOverride": false,
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": false,
|
|
"strictBindCallApply": true,
|
|
"strictPropertyInitialization": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"alwaysStrict": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"types": [],
|
|
"customConditions": ["workspace"]
|
|
}
|
|
}
|