Skip to content

Commit 8cb0a19

Browse files
authored
Merge pull request #1 from Buuhuu/ptr_15_webpack
Fix import error to tslib caused by being a es2015 module
2 parents 51dd2e9 + 79915ab commit 8cb0a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"noImplicitAny": false,
4-
"module": "es2015",
4+
"module": "commonjs",
55
"target": "es5",
66
"moduleResolution": "node",
77
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)