61 lines
838 B
JSON
61 lines
838 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|