DefinitelyTyped/types/react-helmet-async/tsconfig.json
Muhammad Fawwaz Orabi 4843cd33e3 Add type definitions for react-helmet-async (#23825)
* Add type definitions for react-helmet-async

* Require TS 2.6

* Rename FilledContext to PopulatedContext

* Add tests
2018-02-26 08:51:35 -08:00

18 lines
458 B
JSON

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