jobsearch / nest-cli.json
Bibhu Mishra
Initial deployment: Linear Lantern job application tracker
c6034f1
Raw
History Blame Contribute Delete
268 Bytes
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "services/gateway/src",
"compilerOptions": {
"deleteOutDir": true,
"outDir": "dist",
"tsConfigPath": "services/gateway/tsconfig.app.json"
}
}