17 lines
284 B
JSON
17 lines
284 B
JSON
{
|
|
"extends": "../../configs/base.tsconfig",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{ "path": "../core" },
|
|
{ "path": "../filesystem" },
|
|
{ "path": "../workspace" }
|
|
]
|
|
}
|