mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 18:55:56 +00:00
15 lines
228 B
JSON
15 lines
228 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
]
|
|
}
|
|
}
|