Skip to content

Commit ab16dcc

Browse files
committed
enable tree shaking
1 parent d84d1b8 commit ab16dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"module": "commonjs",
4+
"module": "es2015",
55
"moduleResolution": "node",
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,

0 commit comments

Comments
 (0)