|
11 | 11 | "scripts": { |
12 | 12 | "prebuild": "rimraf dist", |
13 | 13 | "build": "npm-run-all --parallel build:main build:bundle:main build:bundle:pure", |
14 | | - "build:bundle:main": "dotenv -e .bundle.main.env kcd-scripts build -- --bundle --no-clean", |
15 | | - "build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean", |
16 | | - "build:main": "kcd-scripts build --no-clean", |
| 14 | + "build:bundle:main": "dotenv -e .bundle.main.env kcd-scripts build -- --bundle --no-clean --no-ts-defs", |
| 15 | + "build:bundle:pure": "dotenv -e .bundle.main.env -e .bundle.pure.env kcd-scripts build -- --bundle --no-clean --no-ts-defs", |
| 16 | + "build:main": "kcd-scripts build --no-clean --no-ts-defs", |
17 | 17 | "format": "kcd-scripts format", |
18 | 18 | "install:csb": "npm install", |
19 | 19 | "lint": "kcd-scripts lint", |
20 | 20 | "setup": "npm install && npm run validate -s", |
21 | 21 | "test": "kcd-scripts test", |
22 | 22 | "test:update": "npm test -- --updateSnapshot --coverage", |
23 | | - "typecheck": "kcd-scripts typecheck --build types", |
| 23 | + "typecheck": "tsc --project tsconfig.json", |
24 | 24 | "validate": "kcd-scripts validate" |
25 | 25 | }, |
26 | 26 | "files": [ |
|
60 | 60 | "react": "^19.0.0", |
61 | 61 | "react-dom": "^19.0.0", |
62 | 62 | "rimraf": "^3.0.2", |
63 | | - "typescript": "^4.1.2" |
| 63 | + "typescript": "^5.9.3" |
64 | 64 | }, |
65 | 65 | "peerDependencies": { |
66 | 66 | "@testing-library/dom": "^10.0.0", |
|
0 commit comments