UNPKG

@starbemtech/star-db-query-builder

Version:

A query builder to be used with mysql or postgres

21 lines 329 B
{ "extends": "./tsconfig.json", "compilerOptions": { "types": [ "jest", "node" ], "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": [ "src/**/*", "**/*.test.ts", "**/*.spec.ts", "jest.config.ts" ], "exclude": [ "dist", "node_modules" ] }