Not realistically happening soon, so avoid a leftover fork

This commit is contained in:
Manav Rathi
2025-03-18 20:46:04 +05:30
parent 4fef527ac2
commit f3ac886616

View File

@@ -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": ["."] }