Merge pull request #79 from robonen/feat/tsconfig-ts-imports

feat(configs/tsconfig): enable importing TypeScript extensions in tsc…
This commit is contained in:
2025-05-27 16:10:51 +07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@robonen/tsconfig",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"description": "Base typescript configuration for projects",
"keywords": [
+1
View File
@@ -13,6 +13,7 @@
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"allowJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",