UNPKG
@perfylee/dva-model
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.2
0.0.1
dva model create tool
@perfylee/dva-model
/
tsconfig.json
9 lines
•
177 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
}