Skip to content

Commit 49c8b6a

Browse files
committed
fix(tslib): fix tslib versions
Fix the tslib version when generated.
1 parent 6aa8f0c commit 49c8b6a

File tree

6 files changed

+43959
-32654
lines changed

6 files changed

+43959
-32654
lines changed

jest.config.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ const jestConfig: Config = {
66
setupFilesAfterEnv: ["<rootDir>/projects/setup-jest.ts"],
77
moduleFileExtensions: ["ts", "html", "js", "json", "mjs"],
88
transform: {
9-
'^.+\\.(ts|mjs|js|html)$': [
10-
'jest-preset-angular',
11-
{
12-
tsconfig: '<rootDir>/tsconfig.spec.json',
13-
stringifyContentPathRegex: '\\.(html|svg)$',
14-
},
15-
],
9+
'^.+\\.(ts|mjs|js|html)$': 'jest-preset-angular',
1610
},
1711
transformIgnorePatterns: [
1812
"node_modules/(?!.*\\.mjs$|@datorama/akita/*|tslib|rxjs)"

0 commit comments

Comments
 (0)