replaced watch with watchFile (#9873) (#10046)

* replaced watch with watchFile

* testing debounce

* changed the beounce delay to 1500
This commit is contained in:
Maddy
2020-04-16 17:15:45 -07:00
committed by GitHub
parent 5e91e86360
commit d1251ce57e
3 changed files with 48 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"lib": [
"dom"
],