test/packages/common/tsconfig.build.json

5 lines
106 B
JSON
Raw Permalink Normal View History

2024-05-07 16:24:43 +00:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "**.js"]
}