UNPKG

htmldocs

Version:

<h1 align="center"> <img src="https://github.com/user-attachments/assets/655fa7f9-98e7-42ee-8cd0-bb9193f100e9" alt="htmldocs" width="100%" /> </h1>

15 lines 282 B
{ "compilerOptions": { "jsx": "react-jsx", "lib": ["es2022", "dom"], "outDir": "dist", "paths": { "~/*": [ "./" ] }, "esModuleInterop": true }, "include": ["**/*"], "exclude": ["node_modules", "dist"] }