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-29 03:30:21 +00:00
|
|
|
"@aditama-labs/nest-autocrud/skeleton": [
|
2024-10-29 03:54:10 +00:00
|
|
|
"libs/skeleton"
|
2024-10-26 08:35:59 +00:00
|
|
|
],
|
2024-10-29 03:30:21 +00:00
|
|
|
"@aditama-labs/nest-autocrud/skeleton/*": [
|
2024-10-29 03:54:10 +00:00
|
|
|
"libs/skeleton/*"
|
2024-10-26 12:15:42 +00:00
|
|
|
],
|
2024-10-29 03:30:21 +00:00
|
|
|
"@aditama-labs/nest-autocrud/prisma": [
|
2024-10-29 03:54:10 +00:00
|
|
|
"libs/prisma"
|
2024-10-26 12:15:42 +00:00
|
|
|
],
|
2024-10-29 03:30:21 +00:00
|
|
|
"@aditama-labs/nest-autocrud/prisma/*": [
|
2024-10-29 03:54:10 +00:00
|
|
|
"libs/prisma/*"
|
2024-11-05 18:00:33 +00:00
|
|
|
],
|
|
|
|
"@aditama-labs/nest-autocrud/typeorm": [
|
|
|
|
"libs/typeorm/src"
|
|
|
|
],
|
|
|
|
"@aditama-labs/nest-autocrud/typeorm/*": [
|
|
|
|
"libs/typeorm/src/*"
|
2024-10-26 08:35:59 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|