Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Oct 26, 2020
1 parent 670bee8 commit 6009b5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
"baseUrl": "./"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "test", "**/*.spec.*"],
"exclude": ["node_modules"],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
},
"types": ["lodash", "node", "chrome"],
"rules": {
"no-console": false
}
Expand Down

0 comments on commit 6009b5a

Please sign in to comment.