Change tsconfig - Make target es6 in base config

This commit is contained in:
2019-08-03 21:00:06 +05:30
parent 67206dfe41
commit f83a5c0fd9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -7,6 +7,5 @@
"declaration": false,
"declarationDir": null,
"module": "commonjs",
"target": "es6",
}
}