mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 10:46:22 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"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": {
|
|
"@aditama-labs/nest-autocrud/skeleton": [
|
|
"libs/skeleton"
|
|
],
|
|
"@aditama-labs/nest-autocrud/skeleton/*": [
|
|
"libs/skeleton/*"
|
|
],
|
|
"@aditama-labs/nest-autocrud/prisma": [
|
|
"libs/prisma"
|
|
],
|
|
"@aditama-labs/nest-autocrud/prisma/*": [
|
|
"libs/prisma/*"
|
|
],
|
|
"@aditama-labs/nest-autocrud/typeorm": [
|
|
"libs/typeorm/src"
|
|
],
|
|
"@aditama-labs/nest-autocrud/typeorm/*": [
|
|
"libs/typeorm/src/*"
|
|
]
|
|
}
|
|
}
|
|
} |