Skip to content

Commit 4959065

Browse files
committed
fix(server): NestJS - "File change detected" loops endlessly
https://docs.nestjs.com/faq/common-errors#file-change-detected-loops-endlessly
1 parent edcfea8 commit 4959065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"strictBindCallApply": false,
1818
"forceConsistentCasingInFileNames": false,
1919
"noFallthroughCasesInSwitch": false
20+
},
21+
"watchOptions": {
22+
"watchFile": "fixedPollingInterval"
2023
}
2124
}

0 commit comments

Comments
 (0)