mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 15:43:51 +00:00
chore: move component.d.ts to src directory
This commit is contained in:
parent
65a6bcd9a1
commit
a927e8ca8f
|
@ -27,7 +27,8 @@
|
|||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"components.d.ts",
|
||||
"src/components.d.ts",
|
||||
"src/autoimport.d.ts",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
|
|
@ -28,8 +28,7 @@ export default defineConfig({
|
|||
}),
|
||||
Components({
|
||||
resolvers: [IconsResolve(), BootstrapVueNextResolver()],
|
||||
// dirs: [],
|
||||
dts: true,
|
||||
dts: 'src/components.d.ts',
|
||||
}),
|
||||
Icons({
|
||||
compiler: 'vue3',
|
||||
|
|
Loading…
Reference in New Issue
Block a user