UNPKG

@chce/weeknumber-iso8601

Version:

Function to calculate the week number of a given date

7 lines 190 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ export default { testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest",{tsconfig: 'tsconfig.test.json'}], }, };