UNPKG

quizdown-extended

Version:

Markdown for generating interactive quiz apps in the browser. (With more functions)

12 lines (10 loc) 302 B
{ "extends": "@tsconfig/svelte/tsconfig.json", "allowSyntheticDefaultImports": true, "compilerOptions": { "resolveJsonModule": true, "types": ["marked", "svelte"] }, "include": ["src/**/*"], "exclude": ["node_modules/*", "__sapper__/*", "public/*", "docs/*"] }