Files
bitget-api/tsconfig.linting.json
2024-12-11 16:40:54 +00:00

19 lines
336 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "dist/cjs",
"target": "esnext",
"rootDir": "../",
"allowJs": true
},
"include": [
"src/**/*.*",
"test/**/*.*",
"examples/**/*.*",
".eslintrc.cjs",
"jest.config.ts",
"webpack/webpack.config.ts"
]
}