Sign in
apache
/
answer-plugins
/
refs/heads/dev
/
.
/
render-markdown-codehighlight
/
tsconfig.node.json
blob: 97ede7ee6f2d37bd2d76e60c0b6a447bee718b05 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
,
"strict"
:
true
},
"include"
:
[
"vite.config.ts"
]
}