UNPKG

angularx-qrcode

Version:

Ionic 3/4 and Angular4/5/6/7/8+ QRCode module generator using qrcodejs

33 lines 720 B
{ "compilerOptions": { "target": "es5", "module": "es2015", "moduleResolution": "node", "sourceMap": true, "declaration": true, "removeComments": false, "noImplicitAny": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "pretty": true, "stripInternal": true, "skipLibCheck": true, "outDir": "dist", "types": [] }, "files": [ "./src/index.ts" ], "include": [ "typings/qrcodejs2.d.ts" ], "angularCompilerOptions": { "genDir": "dist", "debug": false, "skipTemplateCodegen": true, "skipMetadataEmit": false, "strictMetadataEmit": true } }