mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 19:18:08 -05:00
18 lines
240 B
JSON
18 lines
240 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "./dist/",
|
|
"module": "es2020",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"types": [
|
|
"node"
|
|
],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|