CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/comm/tsconfig.json
Views: 687
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
"rootDir": "./",
5
"outDir": "dist"
6
},
7
"exclude": ["node_modules", "dist", "test"],
8
"references": [
9
{ "path": "../sync" },
10
{ "path": "../jupyter" },
11
{ "path": "../util" },
12
]
13
}
14
15