Skip to content

Commit 87aa9c1

Browse files
authored
Merge pull request #426 from VividLemon/main
Force consistent case naming in files tsconfig
2 parents 66bb46f + b58a793 commit 87aa9c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/BootstrapVue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export {default as BDropdownText} from './components/BDropdown/BDropdownText.vue
4444
export {default as BForm} from './components/BForm/BForm.vue'
4545
export {default as BFormCheckbox} from './components/BFormCheckbox/BFormCheckbox.vue'
4646
export {default as BFormCheckboxGroup} from './components/BFormCheckbox/BFormCheckboxGroup.vue'
47-
export {default as BFormFloatingLabel} from './components/BFormFloatingLabel.vue'
47+
export {default as BFormFloatingLabel} from './components/BForm/BFormFloatingLabel.vue'
4848
export {default as BFormGroup} from './components/BFormGroup/BFormGroup.vue'
4949
export {default as BFormInput} from './components/BFormInput/BFormInput.vue'
5050
export {default as BFormInvalidFeedback} from './components/BForm/BFormInvalidFeedback.vue'

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"skipLibCheck": true,
1010
"esModuleInterop": true,
1111
"allowSyntheticDefaultImports": true,
12+
"forceConsistentCasingInFileNames": true,
1213
"sourceMap": true,
1314
"baseUrl": ".",
1415
"types": ["vitest/globals", "@vuepress/client/types", "vite/client"],

0 commit comments

Comments
 (0)