UNPKG

html-to-react

Version:

A lightweight library that converts raw HTML to a React DOM structure.

13 lines (12 loc) 234 B
{ "include": ["lib/**/*"], "compilerOptions": { "allowJs": true, // Generate d.ts files "declaration": true, "emitDeclarationOnly": true, "outDir": "types", "declarationMap": true, "strict": true } }