mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 13:03:20 -05:00
14 lines
188 B
JSON
14 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"noEmit": true,
|
|
"target": "ES2022",
|
|
"lib": ["ES2022" ],
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
".",
|
|
],
|
|
}
|