mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
15 lines
215 B
JSON
15 lines
215 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"webworker"
|
|
],
|
|
"module": "Node16",
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../../../src/vscode-dts/vscode.d.ts"
|
|
]
|
|
}
|