mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:06:57 +00:00
11 lines
137 B
JSON
11 lines
137 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"lib": [
|
|
"ES2020"
|
|
],
|
|
"module": "node16",
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|