UNPKG
react-tately
Version:
latest (1.0.0)
1.0.0
Minimal, powerful global state manager for React
react-tately
/
tsconfig.json
16 lines
(15 loc)
•
353 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"ESNext"
,
"lib"
:
[
"DOM"
,
"ESNext"
]
,
"jsx"
:
"react-jsx"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"declaration"
:
true
,
"outDir"
:
"dist"
}
,
"include"
:
[
"src"
]
}