mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
29 lines
689 B
JSON
29 lines
689 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"webpack": true
|
|
},
|
|
"projects": {
|
|
"skeleton": {
|
|
"type": "library",
|
|
"root": "libs/skeleton",
|
|
"entryFile": "index",
|
|
"sourceRoot": "libs/skeleton/src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "libs/skeleton/tsconfig.lib.json"
|
|
}
|
|
},
|
|
"prisma": {
|
|
"type": "library",
|
|
"root": "libs/prisma",
|
|
"entryFile": "index",
|
|
"sourceRoot": "libs/prisma/src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "libs/prisma/tsconfig.lib.json"
|
|
}
|
|
}
|
|
}
|
|
} |