aboutsummaryrefslogtreecommitdiff
path: root/.reuse/dep5
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-09-15 13:36:40 +0700
committerShulhan <ms@kilabit.info>2024-09-15 13:36:40 +0700
commit98cfe314d85b9c2a92f84416d79f95c92e8a6d9d (patch)
treeeef70b62097b3b958540f2264cc7af933eeb7096 /.reuse/dep5
parent3463fea5c0744f680a53ecc6f077447c8b43a0b1 (diff)
downloadpakakeh.ts-98cfe314d85b9c2a92f84416d79f95c92e8a6d9d.tar.xz
tsconfig.json: set the watch options
For watchFile and watchDirectory we use useFsEvents (the default): Attempt to use the operating system/file system’s native events for directory changes. dynamicPriorityPolling: Use a dynamic queue where less-frequently modified files will be checked less often. synchronousWatchDirectory: Synchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively. Instead of giving a small timeout to allow for potentially multiple edits to occur on a file. Reference: https://www.typescriptlang.org/docs/handbook/configuring-watch.html
Diffstat (limited to '.reuse/dep5')
0 files changed, 0 insertions, 0 deletions