UNPKG

angular-prism

Version:

Minimal PrismJS component for code highlighting in Angular 2/4

26 lines (25 loc) 501 B
{ "compilerOptions": { "noImplicitAny": true, "module": "commonjs", "target": "ES6", "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowUnusedLabels": false, "noImplicitReturns": true, "sourceMap": true, "declaration": true, "outDir": "./dist", "typeRoots": [ "node_modules/@types" ] }, "exclude": [ "node_modules", "dist", "**/*.spec.ts" ], "angularCompilerOptions": { "strictMetadataEmit": true } }