UNPKG
soraka
Version:
latest (0.0.1)
0.0.1
Soraka is a React packaging tool for dcloud.
github.com/loo2k/soraka
loo2k/soraka
soraka
/
tsconfig.json
15 lines
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"module"
:
"system"
,
"noEmit"
:
true
,
"allowJs"
:
true
}
,
"include"
:
[
"build/**/*"
,
"utils/**/*"
,
"config/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}