You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website-new/docs/en/guide/troubleshooting/type/TYPE-001.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ When compiling the exported (`exposes`) file TS type, the current project's `tsc
8
8
9
9
## Solutions
10
10
11
-
1. Delete the `node_modules/.cache/mf-types` directory
11
+
1. Delete the tsconfig.json `incremental` and `tsBuildInfoFile` configurations in the `cmd` command.
12
12
2. Execute the `cmd` command in the error message parameter in the terminal, and repair the file or `tsconfig` according to the error message.
13
13
14
14
If you want to ignore the type check error in ts, you can set [`compilerOptions.noCheck`](https://www.typescriptlang.org/tsconfig/#noCheck) to `true` in `tsconfig.json` (This option is only supported for ts 5.5 and above)
0 commit comments