UNPKG
gulp-svg2png
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A gulp plugin for converting SVGs to PNGs.
github.com/akoenig/gulp-svg2png
akoenig/gulp-svg2png
gulp-svg2png
/
tsconfig.json
13 lines
(12 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"declaration"
:
true
}
,
"files"
:
[
"index.ts"
,
"specs/helper.ts"
,
"specs/plugin.spec.ts"
]
}