diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index c7a855a..9bcabba 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -7,7 +7,8 @@ "jsx": "react-jsx", "strict": true, "noUncheckedIndexedAccess": true, - "skipLibCheck": true + "skipLibCheck": true, + "allowImportingTsExtensions": true }, "include": ["src"] }