Skip to content
Snippets Groups Projects
tsconfig.production.json 213 B
Newer Older
{
  "extends": "../../tsconfig.production.json",
  "compilerOptions": {
    "baseUrl": ".",
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "exclude": ["node_modules", "**/test", "**/dist", "**/*spec.ts"]
}