added initial integration tests with bun
This commit is contained in:
parent
3e451558ac
commit
fb22815450
52 changed files with 7588 additions and 364 deletions
28
libs/questdb-client/tsconfig.json
Normal file
28
libs/questdb-client/tsconfig.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../api-client" },
|
||||
{ "path": "../event-bus" },
|
||||
{ "path": "../http-client" },
|
||||
{ "path": "../types" },
|
||||
{ "path": "../utils" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../logger" },
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue