mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"jsx": "react",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "es2020",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
]
|
|
}
|
|
}
|