DefinitelyTyped/types/react-imgpro/tsconfig.json
Carlos 1b0e18e131 [react-imgpro] initial definitions (#28739)
* react-imgpro: initial definitions

* react-imgpro: remove extra rules of tslint.json

* react-imgpro: format
2018-10-10 13:09:43 -07:00

26 lines
537 B
JSON

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