mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
19 lines
277 B
JSON
19 lines
277 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"types": [],
|
|
"typeRoots": [
|
|
"../node_modules/@types"
|
|
],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|