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