UNPKG
react-questionaire
Version:
latest (0.0.5)
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Welcome to the React Questionaire Package! 🚀
react-questionaire
/
tsconfig.json
13 lines
(12 loc)
•
247 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"jsx"
:
"react"
,
"target"
:
"ES2020"
,
"module"
:
"ESNext"
,
"declaration"
:
true
,
"declarationDir"
:
"dist"
,
"strict"
:
true
,
"moduleResolution"
:
"Node"
,
"allowSyntheticDefaultImports"
:
true
}
}