mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
8 lines
112 B
JSON
8 lines
112 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsgo -p tsconfig.json --noEmit"
|
|
}
|
|
}
|