UNPKG
vite-inferno-ts-starter
Version:
latest (0.0.1)
0.0.1
0.0.0
Vite + Inferno + TS
vite-inferno-ts-starter
/
tsconfig.node.json
9 lines
(8 loc)
•
142 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
}
,
"include"
:
[
"vite.config.ts"
]
}