Sign in
apache
/
answer-plugins
/
refs/heads/dev
/
.
/
embed-basic
/
tsconfig.node.json
blob: 6eeef8b2a95fe81a078bedf16507050a3ac4f7be [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
},
"include"
:
[
"vite.config.ts"
],
}