mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
feat: supported watcher
This commit is contained in:
+4
-14
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user