Skip to content

Commit

Permalink
refactor(all): fix interfaces, ensure compat, adjust npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Mar 30, 2019
1 parent e40b0a5 commit 908ec62
Show file tree
Hide file tree
Showing 12 changed files with 1,431 additions and 183 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config) {
entry: 'test/setup.ts',
resolve: {
extensions: [".ts", ".js"],
modules: ["src", "node_modules"],
modules: ["node_modules"],
alias: {
src: path.resolve(__dirname, 'src'),
test: path.resolve(__dirname, 'test')
Expand Down
Loading

0 comments on commit 908ec62

Please sign in to comment.