UNPKG
@uppercod/form-tools
Version:
latest (0.0.0)
0.0.0
form-tools
github.com/uppercod/form-tools
uppercod/form-tools
@uppercod/form-tools
/
tsconfig.json
13 lines
•
340 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"include"
:
[
"src/**/*"
,
"vite.config.js"
,
"types.d.ts"
]
,
"compilerOptions"
:
{
"jsx"
:
"react-jsx"
,
"jsxImportSource"
:
"atomico"
,
"checkJs"
:
true
,
"allowJs"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
""
,
"lib"
:
[
"ESNext"
,
"DOM"
,
"DOM.Iterable"
]
}
}