DefinitelyTyped/types/react-router-param-link/tsconfig.json
Mtsg 521725e9ab Add type definitions for react-router-param-link. (#25004)
* Add type definitions for react-router-param-link.

* Declare TypeScript version.
2018-04-16 15:51:24 -07:00

26 lines
548 B
JSON

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