mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: fix shared tsc build
This commit is contained in:
@@ -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": ".",
|
||||
|
||||
Reference in New Issue
Block a user