UNPKG
announcekit-react
Version:
latest (3.2.0)
next (3.0.1)
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Use AnnounceKit widgets in your React App
announcekit.app
announcekitapp/announcekit-react
announcekit-react
/
tsconfig.json
13 lines
(12 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2015"
,
"es2016"
,
"dom"
]
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"esModuleInterop"
:
true
,
"jsx"
:
"react"
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}