diff --git a/tsconfig.json b/tsconfig.json index 77922e6..e1f7638 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "noEmit": true, "isolatedModules": true, "forceConsistentCasingInFileNames": true, + "allowImportingTsExtensions": true, "skipLibCheck": true, "strict": true },