UNPKG

real-digital-clock

Version:

Classic 7-segment based real digital clock for react apps!

18 lines (17 loc) 402 B
{ "compilerOptions": { "target": "ES2020", "lib": ["DOM", "DOM.Iterable", "ES2020"], "module": "ESNext", "moduleResolution": "Node", "jsx": "react-jsx", "declaration": true, "declarationDir": "dist/types", "emitDeclarationOnly": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "resolveJsonModule": true }, "include": ["src"] }