Skip to content

Commit 98d7c43

Browse files
author
winjo
committed
fix: use es2015 module
1 parent 5c11d5b commit 98d7c43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "ESNext",
3+
"module": "ES2015",
44
"target": "ES2017",
55
"moduleResolution": "node",
66
"strict": true,

0 commit comments

Comments
 (0)