Skip to content

Commit e11f0c1

Browse files
committed
ES6 tsconfig
1 parent f51d8fc commit e11f0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_src/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// "jsxFactory": "etch.dom",
2828
"lib": ["ES2018", "dom"],
2929
"target": "ES2018",
30-
"module": "commonjs",
30+
"module": "ES6",
3131
"moduleResolution": "node",
3232
// "noLib": false,
3333
// "importHelpers": true, // if true you should add tslib to deps

0 commit comments

Comments
 (0)