We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2f86c commit bceb838Copy full SHA for bceb838
loader.js
@@ -1,6 +1,5 @@
1
if (atom.inDevMode() && require.resolve("atom-ts-transpiler")) {
2
console.log("Running atom-typescript in dev-mode")
3
- window.atom_typescript_debug = true
4
module.exports = require("./lib/main/atomts.ts")
5
} else {
6
module.exports = require("./dist/main.js")
0 commit comments