mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-29 10:56:24 +01:00
20 lines
292 B
JSON
20 lines
292 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "./dist/",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"lib": [
|
|
"ES2024",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"types": [],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"./**/*.ts"
|
|
]
|
|
}
|