replaced watch with watchFile (#9873)

* replaced watch with watchFile

* testing debounce

* changed the beounce delay to 1500
This commit is contained in:
Maddy
2020-04-15 10:03:48 -07:00
committed by GitHub
parent 3cb49686a5
commit a58d4d7d05
3 changed files with 48 additions and 9 deletions

View File

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