fix: exclude test files from tsc build

This commit is contained in:
root 2026-03-20 23:16:51 +00:00
parent 093fe85573
commit f74d60c26b

View File

@ -16,5 +16,5 @@
"moduleResolution": "node"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "src/__tests__"]
}