DefinitelyTyped/types/enzyme-react-intl/tsconfig.json
mateusz-meller ac56a0e966 enzyme-react-intl typings (#38499)
* add typings for enzyme-react-intl

* add test for shallowWithIntl/renderWithIntl/mountWithIntl using generic types

* delete unnecessary tslint:disable rules
2019-09-25 09:14:35 -07:00

18 lines
464 B
JSON

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