Skip to content

Commit fb5c03b

Browse files
author
committed
Change compiled module type to commonjs
1 parent 704bf12 commit fb5c03b

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
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "es5",
44
"lib": ["es6", "dom"],
5-
"module": "system",
5+
"module": "commonjs",
66
"moduleResolution": "node",
77
"sourceMap": true,
88
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)