mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
35 lines
906 B
JSON
35 lines
906 B
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/src"
|
|
],
|
|
"@aditama-labs/nest-autocrud/skeleton/*": [
|
|
"libs/skeleton/src/*"
|
|
],
|
|
"@aditama-labs/nest-autocrud/prisma": [
|
|
"libs/prisma/src"
|
|
],
|
|
"@aditama-labs/nest-autocrud/prisma/*": [
|
|
"libs/prisma/src/*"
|
|
]
|
|
}
|
|
}
|
|
} |