Skip to content

Commit 6c3a321

Browse files
bluwysapphi-red
andauthored
refactor(types): simplify type exports (#10243)
Co-authored-by: 翠 / green <[email protected]>
1 parent 3e8af56 commit 6c3a321

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
dist
22
playground-temp
33
temp
4-
packages/vite/client/types.d.ts

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = defineConfig({
131131
}
132132
},
133133
{
134-
files: ['packages/vite/src/dep-types/**', '*.spec.ts'],
134+
files: ['packages/vite/src/types/**', '*.spec.ts'],
135135
rules: {
136136
'node/no-extraneous-import': 'off'
137137
}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*.local
66
*.log
77
/.vscode/
8-
/packages/vite/client/types.d.ts
98
/packages/vite/LICENSE
109
dist
1110
dist-ssr

.prettierignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ playground/tsconfig-json-load-error/has-error/tsconfig.json
99
playground/html/invalid.html
1010
playground/html/valid.html
1111
playground/worker/classic-worker.js
12-
packages/vite/client/types.d.ts

0 commit comments

Comments
 (0)