Files
esg/tsconfig.build.json
2026-06-09 14:07:37 +03:30

5 lines
97 B
JSON

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