generated from nhcarrigan/template
24 lines
630 B
JSON
24 lines
630 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2022",
|
||
|
"module": "Node16",
|
||
|
"moduleResolution": "Node16",
|
||
|
"allowUnreachableCode": false,
|
||
|
"allowUnusedLabels": false,
|
||
|
"exactOptionalPropertyTypes": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitOverride": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noUncheckedIndexedAccess": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "prod"
|
||
|
},
|
||
|
"exclude": ["./test", "vitest.config.ts"]
|
||
|
}
|