cudr_slate-collaborative/packages/client/tsconfig.json

16 lines
404 B
JSON
Raw Normal View History

2019-10-05 08:44:49 +00:00
{
"extends": "../../tsconfig.base.json",
"include": ["./src/**/*"],
2019-10-05 08:44:49 +00:00
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./lib",
"composite": true,
"paths": {
2021-01-08 23:20:08 +00:00
"@hiveteams/collab-bridge": ["../../collab-bridge"],
"@hiveteams/collab-backend": ["../../collab-backend"]
}
},
"references": [{ "path": "../bridge" }, { "path": "../backend" }]
2019-10-05 08:44:49 +00:00
}