Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PrismarineJS
GitHub Repository: PrismarineJS/mineflayer
Path: blob/master/tsconfig.json
9426 views
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
"strictNullChecks": true
5
},
6
"files": [
7
"index.d.ts"
8
]
9
}
10