Fix phantom dependencies

This commit is contained in:
Nick Cipollo
2025-12-01 20:21:27 -05:00
parent 5e58a022dc
commit 327ba10342
3 changed files with 10 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"strict": true,
"skipLibCheck": true,
"noImplicitAny": true,
"esModuleInterop": true
"esModuleInterop": true,
"types": ["node"]
},
"exclude": ["node_modules", "**/*.test.ts"]
}