UNPKG

react-tiny-toast

Version:

Aim of this package is to keep only bundles that are critical to your application for the implementation of toast notifications.

27 lines 542 B
{ "compilerOptions": { "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "rootDir": "./src", "outDir": "lib", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "declaration": true, "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react" }, "include": [ "./src" ] }