jb-payment-input
Version:
payment input web component
18 lines • 401 B
JSON
{
"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"
}