fix: Fixes TypeScript not building correctly.

This works locally but not on GitHub actions?? what
This commit is contained in:
greysoh 2024-05-10 09:07:31 -04:00
parent 9b13c11d28
commit b1973bdd90

View file

@ -3,6 +3,10 @@
"target": "es2021", "target": "es2021",
"module": "es2022", "module": "es2022",
"moduleResolution": "node", "moduleResolution": "node",
"lib": [
"es2021"
],
"outDir": "./out", "outDir": "./out",
"rootDir": "./src", "rootDir": "./src",