Add silent skipping to scheduler

This commit is contained in:
Ajay Ramachandran
2021-09-01 19:51:42 -04:00
parent 34cfd14e74
commit f31c2985e2
3 changed files with 96 additions and 36 deletions

View File

@@ -8,6 +8,11 @@
"noEmitOnError": false,
"typeRoots": [ "node_modules/@types" ],
"resolveJsonModule": true,
"jsx": "react"
"jsx": "react",
"lib": [
"es2019",
"dom",
"dom.iterable"
]
}
}