chore: update dependencies and build scripts

- Updated @moonrepo/cli to version 2.2.5 and typescript to version 6.0.3 in package.json and shared package.json.
- Modified build script in package.json to run shared, api, and web builds.
- Removed unnecessary type and language declarations from shared moon.yml.
- Added ignoreDeprecations option in tsconfig.base.json to handle TypeScript 6.0 deprecations.
This commit is contained in:
Asep Haryana Saputra
2026-05-22 18:30:40 +00:00
parent 32a034a083
commit ab81168be7
12 changed files with 238 additions and 390 deletions
+3 -3
View File
@@ -3,12 +3,12 @@
"private": true,
"scripts": {
"dev": "moon run :dev",
"build": "moon run :build",
"build": "moon run shared:build api:build web:build",
"typecheck": "moon run :typecheck"
},
"devDependencies": {
"@moonrepo/cli": "^1.32.4",
"typescript": "^5.6.3"
"@moonrepo/cli": "^2.2.5",
"typescript": "^6.0.3"
},
"workspaces": [
"apps/*",