qrcode-pix
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/22475804/114474255-346b1a00-9bcc-11eb-877f-0095c6fd5dba.jpg" height="200px" /> <h1 align="center">QR Code PIX - NodeJS and Browser</h1> </p> <br />
17 lines (16 loc) • 389 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"strict": true,
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowJs": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./lib"
},
"include": ["src"],
"exclude": ["__tests__/**"],
"declaration": true
}