UNPKG
birch-context-menu
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.1
Custom context menu for react
github.com/tinialabs/react-birch
tinialabs/react-birch
birch-context-menu
/
tsconfig.json
18 lines
•
369 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"module"
:
"esnext"
,
"target"
:
"es6"
,
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"declaration"
:
true
,
"jsx"
:
"react"
,
"lib"
:
[
"dom"
]
,
"sourceMap"
:
false
,
"moduleResolution"
:
"node"
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}