Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
TheLazySquid
GitHub Repository: TheLazySquid/GimkitCheat
Path: blob/main/tsconfig.json
8160 views
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
"lib": ["ESNext", "dom", "DOM.Iterable"],
5
"module": "ESNext"
6
}
7
}
8