mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
imp: adapt build scripts to allow ES5 output
This commit is contained in:
+1
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user