UNPKG
jb-notification
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
notification web component
github.com/javadbat/jb-notification
javadbat/jb-notification
jb-notification
/
manager
/
tsconfig.json
17 lines
•
362 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"rootDir"
:
"./lib"
,
"declarationDir"
:
"./dist"
}
,
"include"
:
[
"../../global.d.ts"
,
"lib/**/*.ts"
,
]
,
"exclude"
:
[
"node_modules"
,
"**/*.spec.ts"
,
"dist"
,
]
,
"extends"
:
"jb-core/configs/tsconfig-web-component.json"
}