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