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 69997a6b20
commit 4034e6321a
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

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