UNPKG

rehype-katex-svelte

Version:

rehype plugin to transform .math-inline, .math-display with KaTeX to Svelte markup

16 lines (15 loc) 321 B
{ "compilerOptions": { "skipLibCheck": true, "target": "es5", "lib": ["es2017", "dom"], "module": "esnext", "strict": true, "outDir": "dist", "rootDir": "src", "declaration": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true }, "include": ["src/**/*"] }