UNPKG
@rooks/use-fullscreen
Version:
canary (4.9.0-canary.0)
latest (4.11.2)
4.11.2
4.11.1
4.11.0
4.10.1
4.10.0
4.9.2
4.9.1
4.9.0
4.9.0-canary.0
4.8.1
4.8.0
4.7.1
4.7.0
4.6.1
4.6.0
4.5.0
4.5.0-canary.2
4.4.0
4.3.0
4.2.1-canary.3
4.2.1-canary.2
4.2.1-canary.0
4.2.0
4.1.1
4.1.1-canary.0
4.1.0
4.1.0-canary.2
4.1.0-canary.1
4.0.2
4.0.1
4.0.0
4.0.0-canary.23
4.0.0-canary.22
4.0.0-canary.20
4.0.0-canary.19
4.0.0-canary.17
4.0.0-canary.16
4.0.0-canary.14
4.0.0-canary.13
4.0.0-canary.10
4.0.0-canary.9
4.0.0-canary.8
4.0.0-canary.6
4.0.0-canary.0
3.6.1-canary.2
3.6.0
3.6.0-canary.0
A React Hooks package for fullscreen.
react-hooks.org/docs/use-fullscreen
imbhargav5/rooks
@rooks/use-fullscreen
/
tsconfig.json
13 lines
(11 loc)
•
202 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../tsconfig_independent.settings.json"
,
"include"
:
[
"./src/index.ts"
,
"../shared/**/*.ts"
,
]
,
"compilerOptions"
:
{
"rootDir"
:
"../"
,
"outDir"
:
"./lib"
,
}
}