CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PrismarineJS

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: PrismarineJS/mineflayer
Path: blob/master/tsconfig.json
Views: 787
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
"strictNullChecks": true
5
},
6
"files": [
7
"index.d.ts"
8
]
9
}
10