Files
test/tsconfig.build.json
T
2025-11-06 16:40:32 +03:00

5 lines
97 B
JSON

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