DefinitelyTyped/types/react-tabs-redux/tsconfig.json
2019-03-23 16:58:29 +05:00

29 lines
613 B
JSON

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