diff --git a/configs/tsconfig/package.json b/configs/tsconfig/package.json index 4c2fc23..b8aab64 100644 --- a/configs/tsconfig/package.json +++ b/configs/tsconfig/package.json @@ -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": [ diff --git a/configs/tsconfig/tsconfig.json b/configs/tsconfig/tsconfig.json index e4dcfe8..a5ed60d 100644 --- a/configs/tsconfig/tsconfig.json +++ b/configs/tsconfig/tsconfig.json @@ -13,6 +13,7 @@ "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, + "allowImportingTsExtensions": true, "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force",