fileserver/nest-cli.json

9 lines
175 B
JSON
Raw Normal View History

2022-08-17 19:59:51 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
2022-08-23 19:49:36 +00:00
"sourceRoot": "src",
"compilerOptions": {
"tsConfigPath": "tsconfig.json"
}
2022-08-17 19:59:51 +00:00
}