DefinitelyTyped/types/react-headroom/tsconfig.json
Hyunyoung Cho 0f18f42a4d Add types for react-headroom (#31697)
* Add: react-headroom types

* Fix: dt-headers
2018-12-31 08:50:42 -08:00

18 lines
454 B
JSON

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