UNPKG
code-picker-react
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A React version of the jQuery code picker component
code-picker-react
/
tsconfig.json
15 lines
•
330 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"ESNext"
,
"lib"
:
[
"es2016"
,
"dom"
]
,
"jsx"
:
"react"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"src"
]
}