Changing module type to commonjs

This commit is contained in:
Pawel Kadluczka 2017-08-18 15:31:33 -07:00 committed by Pawel Kadluczka
parent 345190e6a9
commit 79d8a9d3d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"compileOnSave": true,
"compilerOptions": {
"module": "umd",
"module": "commonjs",
"target": "es6",
"sourceMap": true,
"emitDecoratorMetadata": true,