Remove no implicit override task

Now enabled by default
上级 60f46f2f
......@@ -254,21 +254,6 @@
"group": "build",
"label": "npm: tsec-compile-check",
"detail": "node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit"
},
{
"type": "npm",
"script": "no-implicit-override-watch",
"problemMatcher": [
{
"base": "$tsc-watch",
"applyTo": "allDocuments",
"owner": "tsc-no-imp"
}
],
"group": "build",
"label": "npm: no-implicit-override-watch",
"detail": "tsc --watch -p src/tsconfig.json --noEmit --noImplicitOverride",
"isBackground": true
}
]
}
......@@ -44,7 +44,6 @@
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
"tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
"valid-layers-check": "node build/lib/layersChecker.js",
"no-implicit-override-watch": "tsc --watch -p src/tsconfig.json --noEmit --noImplicitOverride",
"update-distro": "node build/npm/update-distro.js",
"web": "node resources/web/code-web.js",
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册