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