UNPKG

solidjs-div-100vh

Version:

A workaround for the '100vh' issue in mobile browsers

14 lines (13 loc) 294 B
{ "compilerOptions": { "allowJs": false, "declaration": true, "jsx": "preserve", "jsxImportSource": "solid-js", "module": "ESNext", "moduleResolution": "Node", "noImplicitAny": true }, "include": ["./src/index.tsx"], "exclude": ["./lib", "./node_modules"] }