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",