|
21 | 21 | "lib/" |
22 | 22 | ], |
23 | 23 | "scripts": { |
24 | | - "build": "rm -rf lib/ && pnpm run build:types && babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts'", |
25 | | - "build:types": "tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib", |
| 24 | + "build": "rm -rf lib/ && tsc", |
26 | 25 | "lint": "pnpm run lint:ci --fix", |
27 | 26 | "lint:ci": "eslint . --quiet", |
28 | 27 | "prepack": "pnpm run build", |
|
31 | 30 | "type-check": "tsc --noEmit", |
32 | 31 | "type-check:watch": "pnpm run type-check --watch" |
33 | 32 | }, |
34 | | - "babel": { |
35 | | - "extends": "@shelf/babel-config/backend" |
36 | | - }, |
37 | 33 | "prettier": "@shelf/prettier-config", |
38 | 34 | "jest": { |
39 | 35 | "preset": "./jest-preset.js" |
|
43 | 39 | "mongodb-memory-server": "10.3.0" |
44 | 40 | }, |
45 | 41 | "devDependencies": { |
46 | | - "@babel/cli": "7.28.0", |
47 | | - "@babel/core": "7.28.0", |
48 | 42 | "@jest/environment": "30.2.0", |
49 | | - "@shelf/babel-config": "3.0.0", |
50 | 43 | "@shelf/eslint-config": "5.2.3", |
51 | 44 | "@shelf/prettier-config": "1.0.0", |
52 | 45 | "@shelf/tsconfig": "0.1.0", |
| 46 | + "@swc/jest": "0.2.31", |
53 | 47 | "@types/jest": "29.5.14", |
54 | 48 | "@types/node": "22", |
55 | 49 | "eslint": "9.32.0", |
|
0 commit comments