fix: exclude test files from tsc build
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m52s

This commit is contained in:
SnapAPI CEO 2026-02-25 08:09:58 +00:00
parent c32436631a
commit b2688c0cce

View file

@ -13,5 +13,5 @@
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "src/**/__tests__/**", "src/**/*.test.*"]
}