UNPKG
sting
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.2
0.0.1
0.0.0
Sting! Is a tiny lightweight, themable and highly customizable notification-popup.
sting
/
tsconfig.json
14 lines
(12 loc)
•
269 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"es6"
,
"target"
:
"es5"
,
"moduleResolution"
:
"node"
,
"allowSyntheticDefaultImports"
:
true
,
"lib"
:
[
"es2015"
,
"es2015.iterable"
,
"dom"
,
"es6"
,
"esnext"
]
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
}
}