DefinitelyTyped/types/react-router-tabs/tsconfig.json
Joakim Unge fd12683a84
refactor: update type definitions for react-router-tabs (#41998)
* feat: update types for react-router-tabs

* test: rewrite tests with jsx

* refactor: change NavTab type
2020-01-31 14:28:26 -08:00

18 lines
457 B
JSON

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