Files
DefinitelyTyped/types/tpdirect/tsconfig.json
YuJack ba94778eba 🤖 Merge PR #49967 feature: Add TapPay payment typing. by @Yu-Jack
* feature: Add TapPay payment typing.

* fix: remove rules from tslint.json

* fix: fix code style

* feature: fix typo and add more detail for merchant_reference_info field

* fix: change project url to official documentation

* feature: remove README and change major version in the header of index.d.ts
2020-12-09 16:49:54 -08:00

24 lines
489 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"tpdirect-tests.ts"
]
}