mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-23 19:27:15 +00:00
21 lines
288 B
JSON
21 lines
288 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist/",
|
|
"jsx": "react",
|
|
"module": "es2020",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"types": [
|
|
"node"
|
|
],
|
|
"typeRoots": [
|
|
"../node_modules/@types"
|
|
]
|
|
}
|
|
}
|