added --watch option
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"module": "commonjs",
|
||||
"target": "ES5",
|
||||
"target": "ES6",
|
||||
"outDir": "./dist/"
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"./node_modules",
|
||||
"./test",
|
||||
"./dist"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user