UNPKG
mock-match-media
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.3.0-beta.3
0.3.0-beta.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
mock window.matchMedia for tests or node
github.com/Ayc0/mock-match-media
Ayc0/mock-match-media
mock-match-media
/
tsconfig.json
17 lines
(13 loc)
•
331 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"lib"
:
[
"ES2022"
,
"DOM"
]
,
"target"
:
"es2022"
,
"isolatedModules"
:
true
,
"verbatimModuleSyntax"
:
true
,
"strict"
:
true
,
"noUncheckedIndexedAccess"
:
true
,
"noImplicitOverride"
:
true
,
"module"
:
"preserve"
,
"declaration"
:
true
}
}