10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"monorepo": true,
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "tsconfig.json"
|
|
}
|
|
}
|