DefinitelyTyped/types/react-div-100vh/tsconfig.json
t-moennich 10d1d6b990 Add types for react-div-100vh (#39256)
* Add types for react-div-100vh

* Update author profile link

* Add lower typescript version

* Use an up-to-date typescript version

* Remove moduleResolution default value
2019-10-22 14:14:55 -07:00

25 lines
521 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-div-100vh-tests.tsx"
]
}