fileserver/tsconfig.build.json
2022-08-17 21:59:51 +02:00

5 lines
107 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*spec.ts", "frontend"]
}