ignore pesky typescript error

This commit is contained in:
Christoph Haas 2025-08-24 23:53:16 +02:00
parent 759ed36026
commit b98665e4ca

View file

@ -61,6 +61,7 @@ export default defineConfig({
markdown: { markdown: {
remarkPlugins: [ remarkPlugins: [
// remove the substitution of -- to // remove the substitution of -- to
// @ts-ignore
[remarkSmartypants, { dashes: false }], [remarkSmartypants, { dashes: false }],
], ],
}, },