Skip to content

Commit

Permalink
fix(tsconfig): add the new allowImportingTsExtensions param to false …
Browse files Browse the repository at this point in the history
…in order to not lock the js transpilation during init (#417)
  • Loading branch information
JeremyDolle committed Apr 10, 2024
1 parent e75d617 commit da14675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"types": ["jest", "node"],
"paths": {
"@/*": ["./src/*"],
}
},
"allowImportingTsExtensions": false
},
"include": [
"./src/**/*",
Expand Down

0 comments on commit da14675

Please sign in to comment.