CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
TheLazySquid

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

GitHub Repository: TheLazySquid/GimkitCheat
Path: blob/main/tsconfig.json
Views: 1178
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
"lib": ["ESNext", "dom", "DOM.Iterable"],
5
"module": "ESNext"
6
}
7
}
8