Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
BitgetLimited
GitHub Repository: BitgetLimited/V3-bitget-api-sdk
Path: blob/master/bitget-node-sdk-api/tsconfig.json
731 views
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
"baseUrl": "./",
5
"target": "es2018",
6
"outDir": "build",
7
"rootDir": "src",
8
"moduleResolution": "node",
9
"inlineSourceMap": true,
10
"strict": true,
11
"pretty": true,
12
"declaration": true,
13
"esModuleInterop": true
14
},
15
"include": [
16
"src/**/*.ts",
17
"types/**/*.ts"
18
],
19
"exclude": [
20
"node_modules"
21
]
22
}
23