UNPKG
ra-input-array-sortable
Version:
latest (2.0.1)
2.0.1
1.0.1
1.0.0
A sortable input for React Admin.
zapaiamarce/ra-input-array-sortable
ra-input-array-sortable
/
tsconfig.json
15 lines
(14 loc)
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"declaration"
:
true
,
"module"
:
"ES6"
,
"noImplicitAny"
:
false
,
"moduleResolution"
:
"node"
,
"allowSyntheticDefaultImports"
:
true
,
"esModuleInterop"
:
true
,
"outDir"
:
"./dist"
,
"target"
:
"es6"
,
"jsx"
:
"react"
}
,
"exclude"
:
[
"node_modules"
]
}