Files
bybit-api/tsconfig.build.json

12 lines
158 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"test",
"dist",
"**/*spec.ts",
"**/*test.ts",
"jest.config.ts"
]
}