KC's Workspace
    Preparing search index...
    Index

    Properties

    excludeDirectories?: string[]

    Specifies a list of directories to exclude from watch.

    excludeFiles?: string[]

    Specifies a list of files to exclude from watch.

    Specify the polling strategy to use when the system runs out of or doesn't support native file watchers.

    synchronousWatchDirectory?: boolean

    Enable synchronous updates on directory watchers for platforms that don't support recursive watching natively.

    Specify the strategy for watching directories under systems that lack recursive file-watching functionality.

    'UseFsEvents'
    

    Specify the strategy for watching individual files.

    'UseFsEvents'