Skip to content

Commit

Permalink
Update tsconfig file to include .tsx files (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
nina-py authored Nov 26, 2020
1 parent e1c61a0 commit 286d8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts", "src/**/*.tsx"],
"files": ["shims.d.ts"],
"compilerOptions": {
"allowUmdGlobalAccess": true,
Expand Down

0 comments on commit 286d8de

Please sign in to comment.