mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|
|
} |