UNPKG
scorpio-menu
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
react右键菜单
scorpio-menu
/
tsconfig.json
13 lines
•
208 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"jsx"
:
"react"
}
,
"include"
:
[
"./src/**/*"
]
}