UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

16 lines (15 loc) 280 B
{ "extends": "../../tsconfig", "compilerOptions": { "lib": ["es2017", "dom"], "outDir": "./", "rootDir": "./src", "tsBuildInfoFile": "./tsconfig.tsbuildinfo" }, "include": [ "src/**/*.ts" ], "references": [ { "path": "../workbox-core/" } ] }