UNPKG

react-better-countdown-hook

Version:

A dead simple react countdown hook with typescript support

16 lines 306 B
{ "compilerOptions": { "jsx": "react", "module": "commonjs", "noImplicitAny": true, "outDir": "./build/", "preserveConstEnums": true, "removeComments": true, "sourceMap": true, "target": "es5", "allowSyntheticDefaultImports": true }, "include": [ "src/*" ] }