mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["./src/**/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"baseUrl": "./src",
|
|
"outDir": "./lib",
|
|
"composite": true,
|
|
"paths": {
|
|
"@hiveteams/collab-bridge": ["../../collab-bridge"],
|
|
"@hiveteams/collab-backend": ["../../collab-backend"]
|
|
}
|
|
},
|
|
"references": [{ "path": "../bridge" }, { "path": "../backend" }]
|
|
}
|