Changing module type to commonjs
This commit is contained in:
parent
345190e6a9
commit
79d8a9d3d2
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"module": "umd",
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"sourceMap": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue