Skip to content

Commit 858add4

Browse files
authored
Fixed ui error
1 parent 395ccc4 commit 858add4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/faq/errors.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ XX:XX:XX AM - Found 0 errors. Watching for file changes.
9898
When you're using the NestJS CLI to start your application in watch mode it is done by calling `tsc --watch`, and as of version 4.9 of TypeScript, a [new strategy](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#file-watching-now-uses-file-system-events) for detecting file changes is used which is likely to be the cause of this problem.
9999
In order to fix this problem, you need to add a setting to your tsconfig.json file after the `"compilerOptions"` option as follows:
100100
101-
```bash
102101
```bash
103102
"watchOptions": {
104103
"watchFile": "fixedPollingInterval"

0 commit comments

Comments
 (0)