chore: add allowImportingTsExtensions option to TypeScript build configuration

This commit is contained in:
Luke Hagar
2025-08-14 21:34:23 -05:00
parent 44447da857
commit 66eb2c48ac

View File

@@ -8,6 +8,7 @@
"module": "CommonJS",
"target": "ES2020",
"moduleResolution": "Node",
"allowImportingTsExtensions": false,
"lib": ["ES2020"],
"types": ["node"]
},