mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
const sveltePreprocess = require("svelte-preprocess");
|
|
|
|
module.exports = {
|
|
preprocess: sveltePreprocess({
|
|
typescript: {
|
|
transpileOnly: true,
|
|
},
|
|
}),
|
|
};
|