UNPKG

ng-messages2

Version:
29 lines (28 loc) 534 B
{ "compilerOptions": { "noImplicitAny": true, "module": "commonjs", "target": "ES5", "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowUnusedLabels": false, "noImplicitReturns": true, "sourceMap": true, "declaration": true, "outDir": "./dist", "typeRoots": [ "node_modules/@types" ] }, "files": [ "index.ts" ], "exclude": [ "node_modules", "dist", "**/*.spec.ts" ], "angularCompilerOptions": { "strictMetadataEmit": true } }