Configure tsconfig

This commit is contained in:
Ryan Ghadimi 2025-03-19 11:25:29 +00:00
parent a39a661f39
commit 9eab798a98
2 changed files with 6 additions and 5 deletions

View file

@ -9,5 +9,5 @@
"moduleResolution": "node",
"esModuleInterop": true
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
}