UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

16 lines (15 loc) 278 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "noEmit": true, "baseUrl": ".", "paths": { "dotenv": ["."] } } }