Files
bybit-api/tsconfig.test.json
2023-02-17 14:01:07 +00:00

9 lines
156 B
JSON

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