CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
gbaranski

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: gbaranski/quizizz-cheat
Path: blob/master/tsconfig.json
Views: 2223
1
{
2
"compilerOptions": {
3
"outDir": "./dist/",
4
"module": "es6",
5
"target": "es5",
6
"lib": ["es2019", "DOM"],
7
"noImplicitAny": false,
8
"strict": true,
9
}
10
}
11
12