imp: adapt build scripts to allow ES5 output

This commit is contained in:
Géry Debongnie
2019-04-04 13:20:45 +02:00
parent a86d0b5b02
commit fd26775a0f
3 changed files with 12 additions and 10 deletions
+1 -2
View File
@@ -3,11 +3,10 @@
"module": "commonjs",
"preserveConstEnums": true,
"noImplicitThis": true,
"lib": ["es2015", "dom"],
"removeComments": false,
"inlineSourceMap": true,
"declaration": true,
"target": "es6",
"target": "es5",
"outDir": "dist",
"alwaysStrict": true,
"noUnusedLocals": true,