mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-24 08:43:31 +01:00
11 lines
205 B
JavaScript
11 lines
205 B
JavaScript
const autoPreprocess = require('svelte-preprocess');
|
|
|
|
module.exports = {
|
|
preprocess: autoPreprocess({
|
|
defaults: {
|
|
script: 'typescript',
|
|
},
|
|
postcss: true,
|
|
}),
|
|
};
|