Remove "debugging" allowJs

This commit is contained in:
Paris Kasidiaris
2017-12-12 08:46:06 +00:00
parent 4c4684295e
commit 2547858efb
+1 -2
View File
@@ -5,8 +5,7 @@
"rootDir": "src",
"outDir": "lib",
"sourceMap": true,
"removeComments": true,
"allowJs": true
"removeComments": true
},
"include": [
"src/**/*"