|
33 | 33 | "format": "pnpm lint:fix && pnpm style:fix", |
34 | 34 | "codegen": "pnpm run build:tooling && pnpm run --parallel --workspace-concurrency Infinity '/^(codegen:.+)$/'", |
35 | 35 | "prebuild": "pnpm run build:tooling && pnpm run --parallel --workspace-concurrency Infinity 'prebuild'", |
36 | | - "build:tooling": "tsgo --build ./packages/lex/lex-builder/tsconfig.build.json ./packages/lex-cli/tsconfig.build.json", |
37 | | - "build:ts": "tsgo --build tsconfig.json", |
| 36 | + "build:tooling": "tsc --build ./packages/lex/lex-builder/tsconfig.build.json ./packages/lex-cli/tsconfig.build.json", |
| 37 | + "build:ts": "tsc --build tsconfig.json", |
38 | 38 | "build": "pnpm run build:ts", |
39 | 39 | "postbuild": "pnpm run --parallel build:ui", |
40 | 40 | "i18n": "pnpm run --parallel i18n:extract", |
41 | 41 | "dev": "NODE_ENV=development pnpm run --recursive --parallel --stream '/^(dev|dev:.+)$/'", |
42 | | - "dev:ts": "tsgo --build tsconfig.json --preserveWatchOutput --watch", |
| 42 | + "dev:ts": "tsc --build tsconfig.json --preserveWatchOutput --watch", |
43 | 43 | "test": "LOG_ENABLED=false ./packages/dev-infra/with-test-redis-and-db.sh pnpm --recursive --stream test", |
44 | 44 | "test:withFlags": "pnpm run test", |
45 | 45 | "test:unit": "vitest --run", |
|
61 | 61 | "@types/node": "^22", |
62 | 62 | "@typescript-eslint/eslint-plugin": "^8.59.2", |
63 | 63 | "@typescript-eslint/parser": "^8.59.2", |
64 | | - "@typescript/native-preview": "^7.0.0-beta", |
| 64 | + "@typescript/native": "npm:typescript@^7.0.2", |
65 | 65 | "@vitest/coverage-v8": "^4.1.10", |
66 | 66 | "dotenv": "^16.0.3", |
67 | 67 | "eslint": "^10.8.0", |
|
77 | 77 | "prettier": "^3.9.6", |
78 | 78 | "prettier-config-standard": "^7.0.0", |
79 | 79 | "prettier-plugin-tailwindcss": "^0.6.11", |
| 80 | + "typescript": "npm:@typescript/typescript6@^6.0.2", |
80 | 81 | "vitest": "^4.1.10" |
81 | 82 | }, |
82 | 83 | "workspace": [ |
|
0 commit comments