Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/jquery-terminal/tsconfig.json
1293 views
1
{
2
"compilerOptions": {
3
"target": "es6",
4
"module": "commonjs",
5
"strict": true,
6
"lib": ["es2015", "ES2018.Promise", "dom"]
7
},
8
"exclude": ["npm"]
9
}
10
11