UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

17 lines 285 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ["src"], transform: { "^.+\\.tsx?$": "ts-jest" }, moduleFileExtensions: [ "ts", "tsx", "js", "jsx", "json", "node" ] };