UNPKG

react-speedometer

Version:
24 lines 501 B
{ "compilerOptions": { "jsx": "react-jsx", "paths": { "react-speedometer": [ "./src/index" ] }, "target": "esnext", "declaration": true, "outDir": "dist", "esModuleInterop": true, "allowUnreachableCode": false, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "isolatedModules": true, "lib": [ "es2017" ], }, }