Allow building ts
This commit is contained in:
parent
2bd48dde39
commit
fe462d10d0
|
@ -5,5 +5,4 @@ package-lock.json
|
|||
release/
|
||||
dist/
|
||||
routify
|
||||
.routify/
|
||||
svelte.config.js
|
||||
.routify/
|
|
@ -0,0 +1,7 @@
|
|||
const { vitePreprocess } = require("@sveltejs/vite-plugin-svelte")
|
||||
|
||||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
}
|
||||
|
||||
module.exports = config
|
Loading…
Reference in New Issue