Remove unnecessary flags

This commit is contained in:
Aleksey Kladov 2020-02-03 18:03:36 +01:00
parent 9b8e3b80ee
commit f0323de7e8

View file

@ -18,9 +18,9 @@
"vscode": "^1.41.0"
},
"scripts": {
"vscode:prepublish": "tsc -p ./ && rollup -c",
"vscode:prepublish": "tsc && rollup -c",
"package": "vsce package",
"watch": "tsc -watch -p ./",
"watch": "tsc --watch",
"fmt": "tsfmt -r && tslint -c tslint.json 'src/**/*.ts' --fix"
},
"dependencies": {