Remove no implicit override task

Now enabled by default
This commit is contained in:
Matt Bierner 2021-04-28 16:32:55 -07:00
parent 60f46f2f7a
commit 7adfba6262
No known key found for this signature in database
GPG key ID: 099C331567E11888
2 changed files with 0 additions and 16 deletions

15
.vscode/tasks.json vendored
View file

@ -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
}
]
}

View file

@ -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",