Skip to content

Commit

Permalink
ci: update ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 committed May 19, 2024
1 parent 31c0978 commit ac7e7f4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"ts-node": {
"compilerOptions": {
"module": "commonjs"
"module": "commonjs",
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"types": [
"node"
]
}
},
"compilerOptions": {
Expand Down

0 comments on commit ac7e7f4

Please sign in to comment.