Sign in
apache
/
tsfile-viewer
/
HEAD
/
.
/
frontend
/
tsconfig.node.json
blob: f0dd9c03ae0c5906afc195ea78eeea00eb7b96f5 [
file
]
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"noEmit"
:
true
},
"include"
:
[
"vite.config.ts"
,
"uno.config.ts"
]
}