DefinitelyTyped/types/react-helmet-async/tsconfig.json
2019-03-28 13:52:54 -07:00

18 lines
465 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["dom", "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"]
}