Skip to content

Commit 570b9bc

Browse files
committed
fix: remove hanbi.d.ts (not needed after test migration) and fix tsconfigs
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4e32159 commit 570b9bc

10 files changed

Lines changed: 4 additions & 17 deletions

File tree

packages/config-loader/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"compilerOptions": {
66
"outDir": "./dist",
77
"rootDir": "./src",
8-
"composite": true,
9-
"allowJs": true,
10-
"checkJs": true,
11-
"emitDeclarationOnly": true
8+
"composite": true
129
},
1310
"references": [],
1411
"include": [

packages/dev-server-core/test/hanbi.d.ts

Whitespace-only changes.

packages/dev-server-hmr/test/hanbi.d.ts

Whitespace-only changes.

packages/dev-server-import-maps/test/hanbi.d.ts

Whitespace-only changes.

packages/parse5-utils/tsconfig.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
"outDir": "./dist",
77
"rootDir": "./src",
88
"composite": true,
9-
"allowJs": true,
10-
"checkJs": true,
11-
"emitDeclarationOnly": true
9+
"declaration": true,
10+
"skipLibCheck": true
1211
},
1312
"references": [],
1413
"include": [
15-
"src",
16-
"types"
14+
"src"
1715
],
1816
"exclude": [
19-
"src/browser",
2017
"tests",
2118
"dist"
2219
]

packages/rollup-plugin-copy/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"outDir": "./dist",
77
"rootDir": "./src",
88
"composite": true,
9-
"allowJs": true,
10-
"checkJs": true,
119
"emitDeclarationOnly": true
1210
},
1311
"references": [],

packages/rollup-plugin-import-meta-assets/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
{
44
"extends": "../../tsconfig.node-base.json",
55
"compilerOptions": {
6-
"moduleResolution": "node16",
76
"outDir": "./dist",
87
"rootDir": "./src",
98
"composite": true,
10-
"allowJs": true,
11-
"checkJs": true,
129
"emitDeclarationOnly": true
1310
},
1411
"references": [],

packages/storybook-utils/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"outDir": "./dist",
77
"rootDir": "./src",
88
"composite": true,
9-
"allowJs": true,
10-
"checkJs": true,
119
"emitDeclarationOnly": true
1210
},
1311
"references": [],

packages/test-runner-core/test/hanbi.d.ts

Whitespace-only changes.

Whitespace-only changes.

0 commit comments

Comments
 (0)