We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--experimental-transform-types
1 parent 6af7618 commit 5473531Copy full SHA for 5473531
package.json
@@ -11,11 +11,11 @@
11
},
12
"scripts": {
13
"build": "nuxt build",
14
- "build:lunaria": "node --experimental-transform-types ./lunaria/lunaria.ts",
+ "build:lunaria": "node ./lunaria/lunaria.ts",
15
"dev": "nuxt dev",
16
"dev:docs": "pnpm run --filter npmx-docs dev --port=3001",
17
- "i18n:check": "node --experimental-transform-types scripts/compare-translations.ts",
18
- "i18n:check:fix": "node --experimental-transform-types scripts/compare-translations.ts --fix",
+ "i18n:check": "node scripts/compare-translations.ts",
+ "i18n:check:fix": "node scripts/compare-translations.ts --fix",
19
"knip": "knip",
20
"knip:fix": "knip --fix",
21
"lint": "vite lint && vite fmt --check",
0 commit comments