Skip to content

Commit

Permalink
feat: enable allowImportingTsExtensions by default (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook authored Jan 28, 2025
1 parent f5ebb25 commit ce23e94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/build/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ declare module "nitro/types" {
jsx: "preserve",
jsxFactory: "h",
jsxFragmentFactory: "Fragment",
allowImportingTsExtensions: true,
paths: {
"#imports": [
relativeWithDot(tsconfigDir, join(typesDir, "nitro-imports")),
Expand Down

0 comments on commit ce23e94

Please sign in to comment.