mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
12 lines
137 B
JSON
12 lines
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2024",
|
|
"lib": [
|
|
"ES2024"
|
|
],
|
|
"module": "node16",
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|