UNPKG
icons-reactjs
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Icons Component
github.com/Grulla-Software/icons-reactjs
Grulla-Software/icons-reactjs
icons-reactjs
/
tsconfig.json
17 lines
•
361 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"outDir"
:
"./build/"
,
"sourceMap"
:
true
,
"strict"
:
true
,
"noImplicitReturns"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"es6"
,
"moduleResolution"
:
"node"
,
"target"
:
"es5"
,
"allowJs"
:
true
,
"jsx"
:
"react"
,
}
,
"include"
:
[
"./src/**/*"
]
}