Skip to content

Commit

Permalink
chore(build): allow files precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Apr 5, 2016
1 parent 8c77f4c commit e232c1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ docs
lib
test
tmp

gulpfile.js
gulpfile.js.map

3 changes: 3 additions & 0 deletions tools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.js
*.js.map

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"node_modules",
"dist",
"typings/browser.d.ts",
"typings/browser"
"typings/browser",
"src"
],
"compileOnSave": false
}

0 comments on commit e232c1b

Please sign in to comment.