UNPKG
unblur
Version:
latest (0.6.0)
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.1
0.3.1
0.2.3
0.2.2
0.2.1
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.2
0.0.1
Fixes blurry text on WebKit-based browsers
github.com/inker/unblur
inker/unblur
unblur
/
tsconfig.json
16 lines
(15 loc)
•
364 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
: {
"target"
:
"es2017"
,
"module"
:
"esnext"
,
"sourceMap"
:
true
,
//
"watch"
:
true
,
"pretty"
:
true
,
"lib"
: [
"dom"
,
"es2017"
],
"declaration"
:
true
,
"alwaysStrict"
:
true
,
"strictNullChecks"
:
true
,
"outDir"
:
"lib"
},
"exclude"
: [
"node_modules"
,
"test"
] }