Skip to content

Commit adc8787

Browse files
hanslkara
authored andcommitted
fix(packaging): tsconfig was configured with the wrong module flag (#1167)
1 parent 9a991cc commit adc8787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"experimentalDecorators": true,
66
"lib": ["es6", "es2015", "dom"],
77
"mapRoot": "",
8-
"module": "umd",
8+
"module": "es2015",
99
"moduleResolution": "node",
1010
"noEmitOnError": true,
1111
"noImplicitAny": true,

0 commit comments

Comments
 (0)