1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat(configs/tsconfig): enable importing TypeScript extensions in tsconfig

This commit is contained in:
2025-05-27 16:07:59 +07:00
parent eb8514fe89
commit 40d1d6962b

View File

@@ -13,6 +13,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",