UNPKG

jb-payment-input

Version:
17 lines 348 B
{ "compilerOptions": { "baseUrl": ".", "rootDir": "./lib", "declarationDir": "./dist" }, "include": [ "lib/**/*.ts", "lib/**/*.tsx" ], "exclude": [ "node_modules", "**/*.spec.ts", "dist", ], "extends":"jb-core/configs/tsconfig-react.json" }