Skip to content

Commit

Permalink
chore: move to tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 20, 2025
1 parent 86d7da6 commit b52b762
Show file tree
Hide file tree
Showing 8 changed files with 326 additions and 23 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cover": "vitest run --coverage",
"cover:ci": "vitest run --coverage",
"lint": "eslint . '**/*.{js,jsx,ts,tsx}' --fix",
"build": "node scripts/build.mjs",
"build": "tsx scripts/build.ts",
"postversion": "npm run build",
"format": "prettier ./packages/**/*.ts --write",
"typecheck": "pnpm tsc --noEmit --project ./tsconfig.json --skipLibCheck",
Expand Down Expand Up @@ -41,6 +41,7 @@
"@vue/compiler-sfc": "^3.4.27",
"bundlesize": "^0.18.2",
"chalk": "^5.3.0",
"consola": "^3.4.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand Down Expand Up @@ -69,6 +70,7 @@
"rollup": "^4.31.0",
"rollup-plugin-dts": "^6.1.1",
"terser": "^5.31.0",
"tsx": "^4.19.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.20.0",
"vitest": "^3.0.2",
Expand Down
Loading

0 comments on commit b52b762

Please sign in to comment.