deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
22
examples/api-provider-sample/tsconfig.json
Normal file
22
examples/api-provider-sample/tsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": "../../configs/base.tsconfig",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../../packages/core"
|
||||
},
|
||||
{
|
||||
"path": "../../packages/plugin-ext"
|
||||
},
|
||||
{
|
||||
"path": "../../packages/plugin-ext-headless"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user