UNPKG

ngx-toasty

Version:

Angular Toasty component shows growl-style alerts and messages for your web app

37 lines (36 loc) 775 B
{ "compilerOptions": { "noImplicitAny": true, "module": "es2015", "target": "es5", "emitDecoratorMetadata": true, "experimentalDecorators": true, "declaration": true, "moduleResolution": "node", "types": [ "hammerjs", "jasmine", "node" ], "lib": ["es2015", "dom"] }, "files": [ "index.ts", "./src/shared.ts", "./src/toast.component.ts", "./src/toasty.component.ts", "./src/toasty.service.ts", "./src/toasty.utils.ts", "tests/toast.component.spec.ts", "tests/toasty.component.spec.ts", "tests/toasty.service.spec.ts" ], "exclude": [ "node_modules", "bundles" ], "angularCompilerOptions": { "strictMetadataEmit": true, "skipTemplateCodegen": true } }