mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-18 05:08:29 +01:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
import sveltePreprocess from 'svelte-preprocess'
|
|
|
|
export default {
|
|
preprocess: sveltePreprocess({
|
|
typescript: true,
|
|
}),
|
|
}
|