Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 4075a66

Browse files
committed
fix: Skip lib check in type emission
1 parent fd488ce commit 4075a66

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:rewrite": "REWRITE_EXPECTS=true node --test",
2020
"lint": "prettier --check . && eslint .",
2121
"format": "prettier --write .",
22-
"emit-types": "tsc postcss/index.js vite/index.js --declaration --allowJs --emitDeclarationOnly --lib esnext"
22+
"emit-types": "tsc postcss/index.js vite/index.js --skipLibCheck --declaration --allowJs --emitDeclarationOnly --lib esnext"
2323
},
2424
"author": "Emmanuel Beaudry Marchand <emmbema@gmail.com>",
2525
"license": "MIT",
@@ -43,6 +43,7 @@
4343
"devDependencies": {
4444
"@csstools/postcss-tape": "^5.0.0",
4545
"@tailwindcss/postcss": "4.0.0-beta.2",
46+
"@types/node": "^22.9.3",
4647
"eslint": "^9.15.0",
4748
"eslint-config-prettier": "^9.1.0",
4849
"postcss": "^8.4.49",

pnpm-lock.yaml

Lines changed: 29 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)