Skip to content

Commit

Permalink
New Tab Page WebUI: tsconfig for dev IDEs
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Jul 30, 2020
1 parent 663e7c9 commit d296504
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/brave_new_tab_ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig",
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.d.ts",
"../definitions/*.d.ts"
]
}

0 comments on commit d296504

Please sign in to comment.