Skip to content

Commit

Permalink
add typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Aug 12, 2018
1 parent f783db5 commit 055fe13
Show file tree
Hide file tree
Showing 28 changed files with 3,859 additions and 30 deletions.
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ release/
npm-debug.log*
coverage/
jsdoc/
doc/
doc/
outjs/
declaration/
10 changes: 10 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ module.exports = function(config) {
exclude: /node_modules/,
loader: "babel-loader",
},
{
test: /\.ts$/,
exclude: /node_modules/,
use: {
loader: "awesome-typescript-loader",
options: {
transpileOnly: true
}
}
}
],
},
},
Expand Down
Loading

0 comments on commit 055fe13

Please sign in to comment.