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

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