|
50 | 50 | "build:version": "node ./scripts/replace_urllib_version.js", |
51 | 51 | "build:cjs:test": "cd test/cjs && rm -rf node_modules && npm link ../.. && node index.js", |
52 | 52 | "build:esm:test": "cd test/esm && rm -rf node_modules && npm link ../.. && node index.js", |
53 | | - "build:test": "npm run build && npm run build:cjs:test && npm run build:esm:test && npm run test-tsc", |
54 | | - "test-tsc": "tsc -p ./test/fixtures/ts/tsconfig.json", |
| 53 | + "build:mts:test": "cd test/mts && rm -rf node_modules && npm link ../.. && tsc", |
| 54 | + "build:test": "npm run build && npm run build:cjs:test && npm run build:esm:test && npm run build:mts:test && npm run test-tsc", |
| 55 | + "test-tsc": "npm run test-tsc:cjs", |
| 56 | + "test-tsc:cjs": "tsc -p ./test/fixtures/ts/tsconfig.json", |
| 57 | + "test-tsc:esm": "tsc -p ./test/fixtures/ts-esm/tsconfig.json", |
55 | 58 | "test": "npm run lint && vitest run", |
56 | 59 | "test-keepalive": "cross-env TEST_KEEPALIVE_COUNT=50 vitest run --test-timeout 180000 keep-alive-header.test.ts", |
57 | 60 | "cov": "vitest run --coverage", |
|
82 | 85 | "@types/selfsigned": "^2.0.1", |
83 | 86 | "@types/tar-stream": "^2.2.2", |
84 | 87 | "@vitest/coverage-v8": "^0.32.0", |
| 88 | + "@tsconfig/node18": "^18.2.1", |
| 89 | + "@tsconfig/strictest": "^2.0.2", |
85 | 90 | "busboy": "^1.6.0", |
86 | 91 | "cross-env": "^7.0.3", |
87 | 92 | "eslint": "^8.25.0", |
|
0 commit comments