UNPKG

thunderpix

Version:

Biblioteca javascript de padronização de gateways de pagamentos PIX

17 lines 439 B
{ "compilerOptions": { "target": "ES2023", "module": "CommonJS", "lib": ["ESNext", "DOM"], "outDir": "./dist", "rootDir": "./src", "removeComments": true, "noEmitOnError": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }