Files
bybit-api/tsconfig.linting.json
2024-11-08 13:13:58 +00:00

17 lines
277 B
JSON

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