fix: Fixes TypeScript not building correctly.
This works locally but not on GitHub actions?? what
This commit is contained in:
parent
9b13c11d28
commit
b1973bdd90
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue