mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
8 lines
No EOL
188 B
JavaScript
8 lines
No EOL
188 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
module.exports = {
|
|
testEnvironment: "node",
|
|
transform: {
|
|
"^.+.tsx?$": ["ts-jest",{}],
|
|
"^.+.ts?$": ["ts-jest",{}],
|
|
},
|
|
}; |