Files
bybit-api/tsconfig.test.json

9 lines
158 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./distTest",
"allowJs": true
},
"include": ["test/**/*.ts", "test/**/*.js"]
}