Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
fix(typescript): TypeScript should apply to app instead of src (#167
Browse files Browse the repository at this point in the history
 by @guhungry)

[skip ci]
  • Loading branch information
guhungry authored and jamonholmgren committed Apr 9, 2019
1 parent 941a1fe commit b737f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"target": "es2015"
},
"exclude": ["node_modules"],
"include": ["src", "test", "storybook"]
"include": ["app", "test", "storybook"]
}

0 comments on commit b737f08

Please sign in to comment.