|
34 | 34 | }, |
35 | 35 | "jest": { |
36 | 36 | "transform": { |
37 | | - "^.+\\.ts?$": "ts-jest" |
| 37 | + "^.+\\.ts?$": ["ts-jest", { "tsconfig": "./test/tsconfig.json" }] |
38 | 38 | }, |
39 | 39 | "testMatch": [ |
40 | 40 | "**/test/**/*.test.ts" |
41 | 41 | ], |
42 | | - "globals": { |
43 | | - "ts-jest": { |
44 | | - "tsconfig": "./test/tsconfig.json" |
45 | | - } |
46 | | - }, |
47 | 42 | "testEnvironment": "node" |
48 | 43 | }, |
49 | 44 | "dependencies": { |
| 45 | + "css.escape": "^1.5.1", |
50 | 46 | "he": "^1.2.0", |
51 | 47 | "node-fetch": "^2.x.x", |
52 | | - "whatwg-encoding": "^2.0.0", |
53 | | - "whatwg-mimetype": "^3.0.0", |
54 | 48 | "webidl-conversions": "^7.0.0", |
55 | | - "css.escape": "^1.5.1" |
| 49 | + "whatwg-encoding": "^2.0.0", |
| 50 | + "whatwg-mimetype": "^3.0.0" |
56 | 51 | }, |
57 | 52 | "devDependencies": { |
58 | 53 | "@types/he": "^1.1.2", |
|
63 | 58 | "@typescript-eslint/parser": "^5.16.0", |
64 | 59 | "eslint": "^8.11.0", |
65 | 60 | "eslint-config-prettier": "^8.5.0", |
66 | | - "eslint-plugin-prettier": "^4.0.0", |
67 | 61 | "eslint-plugin-filenames": "^1.3.2", |
68 | 62 | "eslint-plugin-import": "^2.25.4", |
69 | 63 | "eslint-plugin-jest": "^26.1.2", |
70 | 64 | "eslint-plugin-jsdoc": "^38.0.6", |
71 | 65 | "eslint-plugin-json": "^3.1.0", |
| 66 | + "eslint-plugin-prettier": "^4.0.0", |
72 | 67 | "eslint-plugin-turbo": "^0.0.7", |
73 | 68 | "jest": "^29.4.0", |
74 | | - "ts-jest": "^29.0.5", |
75 | 69 | "prettier": "^2.6.0", |
| 70 | + "ts-jest": "^29.0.5", |
76 | 71 | "typescript": "^4.6.2" |
77 | 72 | } |
78 | 73 | } |
0 commit comments