disabling source maps

This commit is contained in:
Peli de Halleux 2016-05-27 14:16:47 -07:00
parent f3463b5961
commit 7a0ad8e3ed
3 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@
"module": "commonjs",
"rootDir": ".",
"newLine": "LF",
"sourceMap": true
"sourceMap": false
}
}

View File

@ -6,6 +6,6 @@
"outDir": "../built",
"rootDir": ".",
"newLine": "LF",
"sourceMap": true
"sourceMap": false
}
}

View File

@ -7,6 +7,6 @@
"out": "../built/sim.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": true
"sourceMap": false
}
}