UNPKG
@gaagul/react-auth-kit
Version:
latest (1.0.3)
1.0.3
1.0.2
A flexible authentication package for React.
@gaagul/react-auth-kit
/
tsconfig.json
13 lines
(12 loc)
•
255 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"esnext"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"jsx"
:
"react-jsx"
,
"moduleResolution"
:
"node"
}
}