UNPKG

react-loading-icons

Version:

React implementation of the SVG Loaders library by Sam Herbert

21 lines 302 B
{ "compilerOptions": { "baseUrl": ".", "esModuleInterop": true, "jsx": "react", "lib": [ "es5", "DOM" ], "moduleResolution": "node", "noImplicitAny": false, "strict": true, "target": "es5" }, "include": [ ".eslintrc.js", "jest.config.js", "**/*.ts", "**/*.tsx", ], }