mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* 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
25 lines
518 B
JSON
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"
|
|
]
|
|
}
|