Files
Gui Carvalho 6a1c315f14 Added Mercado Pago's Frontend JS (#65327)
* added mercadopago sdk js

* fixed types names

* applied some suggestions

* removed locale from public types

* fixed siteid/locale issue

* applied suggested changes

* improved field typings

* fixed repo for tests

* fixed tests

* added all tests to test file

* iremoved errors

* changed types to use namespace

* changed all to namespaces with no export
2023-05-10 09:12:04 -07:00

25 lines
518 B
JSON

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