twenty/packages/twenty-server/nest-cli.json

10 lines
190 B
JSON
Raw Normal View History

2022-12-01 17:58:08 +03:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"typeCheck": true
}
2022-12-01 17:58:08 +03:00
}