Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/sync-fs/tsconfig.json
1492 views
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
"rootDir": "./",
5
"outDir": "dist"
6
},
7
"exclude": ["node_modules", "dist", "test"],
8
"references": [
9
{ "path": "../api-client" },
10
{ "path": "../sync-client" },
11
{ "path": "../backend" },
12
{ "path": "../comm" },
13
{ "path": "../conat" },
14
{ "path": "../util" }
15
]
16
}
17
18