UNPKG

modern-react-typist

Version:

A modern typist component written in React and Typescript

16 lines (15 loc) 298 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "typeRoots": [ "./node_modules/@types" ], "outDir": "dist", "declaration": true, "module": "ESNext", "target": "ES5", "jsx": "react-jsx", "moduleResolution": "Node" }, "include": ["src"] }