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