Skip to content

Commit

Permalink
fix issue #48 allow TS Imports [8:07pm]
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcollins3 authored May 27, 2023
1 parent a943e74 commit 3b1d6ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react",
"allowImportingTsExtensions": true
},
"include": ["src"]
}
}

0 comments on commit 3b1d6ac

Please sign in to comment.