shane-lamb_obsidian-llm-docs/jest.config.js
2025-01-21 19:40:34 +10:00

7 lines
No EOL
156 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest",{}],
},
};