DefinitelyTyped/types/plaid-link/tsconfig.json
Aaron Holderman 3ac4e15ccc add plaid-link defs (#34602)
* add plaid-link defs

* set "strictFunctionTypes": true

* correct github link

* Type functions

* delete comments

* use string union type instead of enum

* correct argument casing
2019-04-25 19:53:07 -04:00

17 lines
425 B
JSON

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