UNPKG

toast-emoji

Version:

Toast emoji is a toast web component, that randomly adds an emoji { 😁 } to your toast message.

25 lines 491 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "lib": [ "es2017", "dom" ], "allowJs": true, "checkJs": true, "noEmit": true, "strict": false, "noImplicitThis": true, "alwaysStrict": true, "types": [ "mocha" ], "esModuleInterop": true }, "include": [ "test", "src" ] }