Skip to content
Snippets Groups Projects
tsconfig.build.json 97 B
Newer Older
axel huillard's avatar
axel huillard committed
{
  "extends": "./tsconfig.json",
  "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}