[FIX] owl: remove inline source maps

They are wrong anyway. Simpler to work with the raw javascript.
This commit is contained in:
Géry Debongnie
2019-06-12 12:51:15 +02:00
parent c2ab9774fb
commit 4c41f62364
-1
View File
@@ -4,7 +4,6 @@
"preserveConstEnums": true,
"noImplicitThis": true,
"removeComments": false,
"inlineSourceMap": true,
"declaration": true,
"target": "es5",
"outDir": "dist",