First commit
This commit is contained in:
20
nest-cli.json
Normal file
20
nest-cli.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nest-cli",
|
||||
"collection": "@nestjs/schematics",
|
||||
"sourceRoot": "src",
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": true,
|
||||
"webpack": true
|
||||
},
|
||||
"projects": {
|
||||
"modules": {
|
||||
"type": "library",
|
||||
"root": "libs/modules",
|
||||
"entryFile": "index",
|
||||
"sourceRoot": "libs/modules/src",
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "libs/modules/tsconfig.lib.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user