mirror of
https://github.com/Floriansylvain/ParisMuseesQuizz.git
synced 2026-08-19 11:43:22 +02:00
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
const jestConfig = {
|
|
transform: { '\\.[jt]s?$': 'ts-jest' },
|
|
moduleNameMapper: {
|
|
'^(\\.{1,2}/.*)\\.[jt]s$': '$1',
|
|
}
|
|
}
|
|
|
|
export default jestConfig |