Skip to content
Snippets Groups Projects
tsconfig.build.json 97 B
{
  "extends": "./tsconfig.json",
  "exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}