deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
60
packages/plugin-ext-vscode/tsconfig.json
Normal file
60
packages/plugin-ext-vscode/tsconfig.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"extends": "../../configs/base.tsconfig",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "lib",
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom",
|
||||
"webworker"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../callhierarchy"
|
||||
},
|
||||
{
|
||||
"path": "../core"
|
||||
},
|
||||
{
|
||||
"path": "../editor"
|
||||
},
|
||||
{
|
||||
"path": "../filesystem"
|
||||
},
|
||||
{
|
||||
"path": "../monaco"
|
||||
},
|
||||
{
|
||||
"path": "../navigator"
|
||||
},
|
||||
{
|
||||
"path": "../outline-view"
|
||||
},
|
||||
{
|
||||
"path": "../plugin"
|
||||
},
|
||||
{
|
||||
"path": "../plugin-ext"
|
||||
},
|
||||
{
|
||||
"path": "../scm"
|
||||
},
|
||||
{
|
||||
"path": "../terminal"
|
||||
},
|
||||
{
|
||||
"path": "../typehierarchy"
|
||||
},
|
||||
{
|
||||
"path": "../userstorage"
|
||||
},
|
||||
{
|
||||
"path": "../workspace"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user