mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Run TS eslint rules directly with strip-types
Wth node 20.18, we can now run these typescript files directly instead of having to use ts-node
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "commonjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"typecheck": "tsgo -p tsconfig.json --noEmit"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user