|
18 | 18 | "build": "npm-run-all build-esm build-types build-scss", |
19 | 19 | "build-esm": "swc -d ./dist --strip-leading-paths src", |
20 | 20 | "build-esm-watch": "pnpm run build-esm --watch", |
21 | | - "build-types": "tsc -P tsconfig.types.json", |
| 21 | + "build-types": "tsgo -P tsconfig.types.json", |
22 | 22 | "build-types-watch": "pnpm run build-types --watch", |
23 | 23 | "build-scss": "cp -f src/_code.scss dist/_code.scss", |
24 | 24 | "build-scss-watch": "chokidar \"src/*.scss\" -c \"pnpm run build-scss\"", |
25 | 25 | "clean-dist": "rm -rf dist", |
26 | 26 | "clean": "rm -rf .turbo dist node_modules", |
27 | | - "typecheck": "tsc --noEmit", |
| 27 | + "typecheck": "tsgo --noEmit", |
28 | 28 | "lint-scripts": "eslint \"src/**/*.{ts,tsx,js,jsx,cjs,mjs}\"", |
29 | 29 | "lint-styles": "stylelint \"src/**/*.{css,scss}\"", |
30 | 30 | "lint": "npm-run-all lint-scripts lint-styles", |
|
78 | 78 | "@types/prismjs": "^1.26.6", |
79 | 79 | "@types/react": "^19.2.14", |
80 | 80 | "@types/react-dom": "^19.2.3", |
| 81 | + "@typescript/native-preview": "beta", |
81 | 82 | "chokidar-cli": "^3.0.0", |
82 | 83 | "eslint": "^9.39.4", |
83 | 84 | "jest": "^30.3.0", |
|
90 | 91 | "react-dom": "^19.2.5", |
91 | 92 | "sass": "^1.99.0", |
92 | 93 | "stylelint": "^17.8.0", |
93 | | - "typescript": "^6.0.3" |
| 94 | + "typescript": "npm:@typescript/typescript6@^6.0.0" |
94 | 95 | }, |
95 | 96 | "peerDependencies": { |
96 | 97 | "react": ">= 19", |
|
0 commit comments