Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jan 5, 2019
1 parent cfc78cf commit 596b3f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion tsconfig.build.json
@@ -1,4 +1,7 @@
{
"compilerOptions": {
"types": []
},
"extends": "./tsconfig.json",
"exclude": ["./src/**/__tests__/**/*"]
"exclude": ["./src/**/__tests__/**/*", "node_modules"]
}
6 changes: 2 additions & 4 deletions tsconfig.json
Expand Up @@ -14,9 +14,7 @@
"experimentalDecorators": true,
"plugins": [
{ "name": "typescript-tslint-plugin", "configFile": "./tslint.json" }
],
"types": []
]
},
"include": ["./src/**/*"],
"exclude": ["node_modules"]
"include": ["./src/**/*"]
}

0 comments on commit 596b3f9

Please sign in to comment.