Skip to content

Commit 6ffbbad

Browse files
author
Gregor Woiwode
committed
Set module format to commonjs due angular/angular-cli#1948
1 parent 0f4940e commit 6ffbbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"experimentalDecorators": true,
66
"lib": ["es6", "dom"],
77
"mapRoot": "./",
8-
"module": "es6",
8+
"module": "commonjs",
99
"moduleResolution": "node",
1010
"outDir": "../dist/out-tsc",
1111
"sourceMap": true,

0 commit comments

Comments
 (0)