DefinitelyTyped/types/react-plaid-link/tsconfig.json
Keevan Dance 30d741a1a8 Feature/add react plaid link (#37031)
* Add types

* initial commit

* add delcaration file and tests for react-plaid-link

* remove path mapping

* add typescript version

* change array type for non-simple types
2019-07-22 12:55:28 -07:00

26 lines
541 B
JSON

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