Skip to content

Commit

Permalink
set default compile output to krohnkite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
esjeon committed Apr 3, 2019
1 parent 1ec9e21 commit aeb93c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"outFile": "pkg/contents/code/script.js",
"outFile": "krohnkite.js",
"removeComments": true,
"lib": ["es5"],
"alwaysStrict": true,
Expand Down

0 comments on commit aeb93c6

Please sign in to comment.