diff --git a/web/packages/utils/tsconfig.json b/web/packages/utils/tsconfig.json index 77c5523525..36e7d7e94b 100644 --- a/web/packages/utils/tsconfig.json +++ b/web/packages/utils/tsconfig.json @@ -1,16 +1 @@ -{ - "extends": "@/build-config/tsconfig-typecheck.json", - "compilerOptions": { - /* Require sufficient type annotations on exports so that non-tsc tools - can trivially (and quickly) generate declaration files - - Eventually, we'd want to enable this for all our code, but currently - that cannot be done because it clashes with the allowJs flag that - Next.js insists on adding. - */ - "isolatedDeclarations": true, - /* Required for isolatedDeclarations */ - "composite": true - }, - "include": ["."] -} +{ "extends": "@/build-config/tsconfig-typecheck.json", "include": ["."] }