Skip to content

Commit

Permalink
chore: add allowImportingTsExtensions to tsconfig vite
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrad77 committed Nov 9, 2024
1 parent b0ff190 commit e1731b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/typescript-config/vite.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"noImplicitReturns": false,
"noImplicitThis": false,
"noUnusedLocals": false,
"noUnusedParameters": false
"noUnusedParameters": false,
"allowImportingTsExtensions": true
},
"exclude": ["node_modules"]
}

0 comments on commit e1731b7

Please sign in to comment.