UNPKG
@hodgef/press-theme
Version:
latest (3.1.0)
3.1.0
3.0.35
3.0.34
3.0.33
3.0.32
3.0.31
3.0.30
3.0.29
3.0.28
3.0.27
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.6.1
1.6.0
1.5.0
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
Press Theme for PRSS
github.com/prss-io/press-theme
prss-io/press-theme
@hodgef/press-theme
/
tsconfig.json
14 lines
•
373 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"lib"
:
[
"es6"
,
"dom"
]
,
"noImplicitAny"
:
false
,
"noImplicitThis"
:
true
,
"strictNullChecks"
:
false
,
"resolveJsonModule"
:
true
,
"esModuleInterop"
:
true
,
"noUnusedLocals"
:
false
,
"allowSyntheticDefaultImports"
:
true
,
"jsx"
:
"react"
}
,
"include"
:
[
"./src"
]
}