Skip to content
Snippets Groups Projects
nest-cli.json 276 B
Newer Older
{
  "$schema": "https://json.schemastore.org/nest-cli",
  "collection": "@nestjs/schematics",
  "sourceRoot": "src",
  "compilerOptions": {
    "typeCheck": true,
    "builder": {
      "type": "swc",
      "options": {
        "swcrcPath": "../../.swcrc"
      }
    }
  }
}