chore: fix shared tsc build

This commit is contained in:
Christian Benincasa
2025-02-17 16:39:20 -05:00
parent f3da0673fb
commit 738b79e52e
3 changed files with 11 additions and 9 deletions

View File

@@ -3,7 +3,8 @@
"target": "es2022",
"module": "NodeNext",
"lib": [
"ES2022"
"ES2022",
"DOM" // We have to declare this so vitest doesn't explode
],
"moduleResolution": "nodenext",
"rootDir": ".",