chore: fix tsconfig for tests

This commit is contained in:
Alessio Gravili
2024-03-08 13:12:09 -05:00
parent f0419b7502
commit e6f09e42a1

View File

@@ -13,7 +13,7 @@
"src/**/*.d.ts",
"src/**/*.json",
"**/*.ts",
"**/*.ts",
"**/*.tsx",
"test/**/*.tsx",
"../packages/**/src/**/*.ts",
"../packages/**/src/**/*.tsx"],