sillyspace/tsconfig.build.json

5 lines
91 B
JSON
Raw Normal View History

2026-06-04 02:59:03 +00:00
{
"extends": "./tsconfig.json",
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"]
}