mono/packages/server-next/tsconfig.build.json
2026-04-11 01:48:32 +02:00

9 lines
167 B
JSON

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