Skip to content

Commit 79915ab

Browse files
author
Dirk Rudolph
committed
Fix import error to tslib caused by being a es2015 module
1 parent 51dd2e9 commit 79915ab

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)