2024-10-26 08:35:59 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"target": "ES2021",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "./dist",
|
|
|
|
"baseUrl": "./",
|
|
|
|
"incremental": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"strictNullChecks": false,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"strictBindCallApply": false,
|
|
|
|
"forceConsistentCasingInFileNames": false,
|
|
|
|
"noFallthroughCasesInSwitch": false,
|
|
|
|
"paths": {
|
2024-10-26 10:41:36 +00:00
|
|
|
"@autocrud/skeleton": [
|
|
|
|
"libs/skeleton/src"
|
2024-10-26 08:35:59 +00:00
|
|
|
],
|
2024-10-26 10:41:36 +00:00
|
|
|
"@autocrud/skeleton/*": [
|
|
|
|
"libs/skeleton/src/*"
|
2024-10-26 08:35:59 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|