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

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

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": [

View File

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