feat: Created base set of components
This commit is contained in:
13
svelte.config.js
Normal file
13
svelte.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
export default {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
package: {
|
||||
dir: 'dist',
|
||||
emitTypes: true,
|
||||
// only export index.ts
|
||||
exports: (filepath) => filepath === 'index.ts'
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user