mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"builder": "swc",
|
|
"typeCheck": false
|
|
},
|
|
"watchOptions": {
|
|
"preserveWatchOutput": true
|
|
}
|
|
}
|