Commit ab2d0b0
authored
fix: allow importing .ts files (#1819)
Turn on `allowImportingTsExtensions` to allow importing `.ts` files.
This is a prequisite of using Node.js type stripping in v24 (may be
backported to v22).
Refs: libp2p/js-libp2p#28121 parent 356723c commit ab2d0b0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments