Skip to content

Commit 928f9fb

Browse files
committed
fix(compiler): switch to commonjs
1 parent 3351edb commit 928f9fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ESNext",
4+
"module": "commonjs",
55
"lib": [
66
"ESNext"
77
],
@@ -27,6 +27,7 @@
2727
".eslintrc.js"
2828
],
2929
"ts-node": {
30+
"files": true,
3031
"transpileOnly": true,
3132
"compilerOptions": {
3233
"module": "commonjs"

0 commit comments

Comments
 (0)