Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/axios/tsconfig.json
1126 views
1
{
2
"compilerOptions": {
3
"module": "es2015",
4
"lib": ["dom", "es2015"],
5
"types": [],
6
"moduleResolution": "node",
7
"strict": true,
8
"noEmit": true,
9
"baseUrl": ".",
10
"paths": {
11
"axios": ["."]
12
}
13
}
14
}
15
16