UNPKG
react-birch-context-menu
Version:
latest (2.0.7)
2.0.7
2.0.6
2.0.4
2.0.3
2.0.1
Custom context menu for react
github.com/tinialabs/react-birch
tinialabs/react-birch
react-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"
]
}