UNPKG

cngn-typescript-library

Version:

A lightweight Typescript library to give you the best experience with managing your cNGN merchant account

15 lines (14 loc) 315 B
{ "compilerOptions": { "target": "es2018", "module": "commonjs", "lib": ["es2018"], "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] }