UNPKG

jb-payment-input

Version:
18 lines 401 B
{ "compilerOptions": { "baseUrl": ".", }, "include": [ "../../../common/scripts/**/*.ts", "../../../common/hooks/**/*.ts", "../../../common/hooks/**/*.js", "lib/**/*.ts", "lib/**/*.tsx" ], "exclude": [ "node_modules", "**/*.spec.ts", "dist", ], "extends":"../../tsconfig-react.json" }