Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 18, 2023
1 parent 0ffad17 commit c0981c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"declaration": true,
"declarationMap": true
},
"include": [ "src" ]
"include": [ "src" ],
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
"fallbackPolling": "dynamicPriority",
"synchronousWatchDirectory": true
}
}

0 comments on commit c0981c6

Please sign in to comment.