DefinitelyTyped/types/react-router-guard/tsconfig.json
TSL c794e7209b React router guard (#41333)
* Add types react-router-guard package

* Add test for react-router-guard package

* Export for Loadable react-loadable

* Remove file react-router-guard-test.ts
2020-01-02 10:07:54 -08:00

29 lines
615 B
JSON

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