Files
noahspan-modules/nest-cli.json
Noah Spannbauer 32c2da22f5 First commit
2024-05-26 19:08:32 -05:00

20 lines
450 B
JSON

{
"$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"
}
}
}
}