Skip to content

Commit

Permalink
Add tsconfig in addons/google-analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Jan 20, 2019
1 parent d262ca7 commit 42052e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions addons/google-analytics/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 42052e1

Please sign in to comment.