32 lines
827 B
JSON
32 lines
827 B
JSON
{
|
|
"extends": "../../tsconfig.paths.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"composite": true,
|
|
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2023",
|
|
"lib": [
|
|
"ES2024"
|
|
],
|
|
"verbatimModuleSyntax": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../common"
|
|
}
|
|
]
|
|
} |