UNPKG
hc-components-test
Version:
latest (0.4.9)
0.4.9
基于react的通用组件库
default
hc-components-test
/
jsconfig.json
13 lines
(12 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"es2015"
,
"experimentalDecorators"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"build"
]
// removing this also doesn't help - this same config used to work in 0.10.12 AFAICT
}