Not realistically happening soon, so avoid a leftover fork
This commit is contained in:
@@ -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": ["."] }
|
||||
|
||||
Reference in New Issue
Block a user