UNPKG
@vital-ui/react-icon
Version:
latest (0.10.5)
next (0.9.0-y.0)
0.10.5
0.10.0
0.9.14
0.9.9
0.9.4
0.9.1
0.9.0
0.9.0-y.6
0.9.0-y.5
0.9.0-y.4
0.9.0-y.3
0.9.0-y.2
0.9.0-y.1
0.9.0-y.0
0.9.0-1
0.9.0-0
0.8.11-2
0.8.11-1
0.8.11-0
0.8.8
0.8.6
0.8.6-next.3
0.8.5
0.8.4
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.0.2
0.0.1
@vital-ui/react-icon
/
tsconfig.json
10 lines
(9 loc)
•
268 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"**/__tests__"
,
"**/__mocks__"
,
"**/*.test.tsx"
,
"**/*.test.tsx"
,
"**/*.stories.tsx"
]
}