nest-autocrud/nest-cli.json

20 lines
454 B
JSON
Raw Normal View History

2024-10-26 08:35:59 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"webpack": true
},
"projects": {
"autocrud": {
"type": "library",
"root": "libs/autocrud",
"entryFile": "index",
"sourceRoot": "libs/autocrud/src",
"compilerOptions": {
"tsConfigPath": "libs/autocrud/tsconfig.lib.json"
}
}
}
}