feat: supported watcher

This commit is contained in:
Wyatt Johnson
2018-07-04 10:17:48 -06:00
parent eacdb7db59
commit 679ad01a7d
9 changed files with 41 additions and 103 deletions
+4 -14
View File
@@ -13,18 +13,8 @@
"noImplicitAny": true,
"strictNullChecks": true,
"noErrorTruncation": true,
"lib": [
"es6",
"esnext.asynciterable"
]
"lib": ["es6", "esnext.asynciterable"]
},
"include": [
"./src/**/.*.js",
"./scripts/**/*",
"./config/**/*",
"*.js"
],
"exclude": [
"node_modules"
]
}
"include": ["./src/**/.*.js", "./scripts/**/*", "./config/**/*", "*.js"],
"exclude": ["node_modules"]
}