DefinitelyTyped/types/react-credit-cards/tsconfig.json
Vytautas Strimaitis 3cb9ea62c0 Add type definitions for react-credit-cards (#25106)
* Added type definitions for react-credit-cards

* Lint fixes

* Use ReadonlyArray
2018-04-18 12:44:05 -07:00

26 lines
543 B
JSON

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