Skip to content

Commit

Permalink
fix: remove unused typeRoots config
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley authored and dependabot[bot] committed Jun 4, 2023
1 parent e493dbf commit 50e9560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"resolveJsonModule": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"isolatedModules": true,
"typeRoots": ["./node_modules/@types", "./@types"]
"isolatedModules": true
},
"ts-node": {
"compilerOptions": {
Expand Down

0 comments on commit 50e9560

Please sign in to comment.