geobase/tsconfig.build.json
2023-01-01 11:40:19 +02:00

5 lines
97 B
JSON

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