mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 18:55:56 +00:00
I reviewed the various changes and library additions of es2024 and it seems they are widely supported across node and modern browsers
15 lines
187 B
JSON
15 lines
187 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"ES2024",
|
|
"WebWorker"
|
|
],
|
|
"module": "Node16",
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|