Skip to content

Commit 5ed27a9

Browse files
committed
tsconfig: Use commonjs module system.
1 parent 51a05a2 commit 5ed27a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"lib":[
55
"es2018"
66
],
7+
"module": "commonjs",
78
"moduleResolution": "node",
89
"outDir": "dist",
910
"sourceMap": true,

0 commit comments

Comments
 (0)