Skip to content

Commit e395af6

Browse files
committed
chore: specific --tsconfig to workaround
1 parent 5585d24 commit e395af6

File tree

2 files changed

+236
-321
lines changed

2 files changed

+236
-321
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"build": "run-p 'build:*'",
3636
"build:tsc": "tsc -b",
37-
"build:tsdown": "tsdown --clean false -d lib --format cjs src/index.ts",
37+
"build:tsdown": "tsdown --clean false -d lib --format cjs --tsconfig src/tsconfig.json src/index.ts",
3838
"clean": "premove .type-coverage coverage dist lib .eslintcache .stylelintcache",
3939
"dev": "vitest",
4040
"docs": "vite",
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@1stg/browserslist-config": "^2.1.4",
56-
"@1stg/common-config": "^13.0.1",
56+
"@1stg/common-config": "^14.0.0",
5757
"@1stg/postcss-config": "^6.0.6",
5858
"@1stg/stylelint-config": "^6.0.5",
5959
"@changesets/changelog-github": "^0.5.1",
@@ -64,13 +64,13 @@
6464
"@shikijs/rehype": "^3.4.2",
6565
"@size-limit/preset-small-lib": "^11.2.0",
6666
"@types/mdx": "^2.0.13",
67-
"@types/node": "^22.15.18",
67+
"@types/node": "^22.15.19",
6868
"@types/react": "^19.1.4",
6969
"@types/react-dom": "^19.1.5",
7070
"@types/web": "^0.0.235",
7171
"@vercel/analytics": "^1.5.0",
7272
"@vitejs/plugin-react-swc": "^3.9.0",
73-
"@vitest/coverage-v8": "^3.1.3",
73+
"@vitest/coverage-v8": "^3.1.4",
7474
"@vitest/eslint-plugin": "^1.2.0",
7575
"clean-pkg-json": "^1.3.0",
7676
"eslint": "^9.27.0",
@@ -88,11 +88,11 @@
8888
"simple-git-hooks": "^2.13.0",
8989
"size-limit": "^11.2.0",
9090
"stylelint": "^16.19.1",
91-
"tsdown": "^0.11.11",
91+
"tsdown": "^0.11.12",
9292
"type-coverage": "^2.29.7",
9393
"typescript": "^5.8.3",
9494
"vite": "^6.3.5",
95-
"vitest": "^3.1.3",
95+
"vitest": "^3.1.4",
9696
"yarn-berry-deduplicate": "^6.1.3"
9797
},
9898
"resolutions": {

0 commit comments

Comments
 (0)