Skip to content

Commit

Permalink
chore: add tsconfig in addons/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Savoskin committed Apr 3, 2019
1 parent 1c78ccc commit afa2fd3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions addons/jest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env"]
},
"include": [
"src/**/*"
],
"exclude": [
"src/__tests__/**/*"
]
}

0 comments on commit afa2fd3

Please sign in to comment.