Skip to content

Commit

Permalink
chore: e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 17, 2023
1 parent 1049db2 commit f500a92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"module": "es2022",
"sourceMap": false
},
"ts-node": {
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node"
}
}
}

0 comments on commit f500a92

Please sign in to comment.