Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/sync/tsconfig.json
1447 views
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
"rootDir": "./",
5
"outDir": "dist"
6
},
7
"exclude": ["node_modules", "dist", "test"],
8
"references": [{ "path": "../util" }, { "path": "../conat" }]
9
}
10
11