Optional
watchOptional
excludeDirectories?: string[]Remove a list of directories from the watch process.
Optional
excludeFiles?: string[]Remove a list of files from the watch mode's processing.
Optional
fallbackPolling?: stringSpecify what approach the watcher should use if the system runs out of native file watchers.
Optional
force?: string~
Optional
synchronousWatchDirectory?: booleanSynchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively.
Optional
watchDirectory?: stringSpecify how directories are watched on systems that lack recursive file-watching functionality.
Optional
watchFile?: stringSpecify how the TypeScript watch mode works.
Settings for the watch mode in TypeScript.