shithub
zephyrfs
/
zephyrfs-desktop
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
zephyrfs-desktop
Public
Watch
0
Fork
0
Star
0
zephyrfs-desktop
/
tsconfig.node.json
JSON · 213 bytes
Raw
Blame
History
1
{
2
"compilerOptions"
:
{
3
"composite"
:
true
,
4
"skipLibCheck"
:
true
,
5
"module"
:
"ESNext"
,
6
"moduleResolution"
:
"bundler"
,
7
"allowSyntheticDefaultImports"
:
true
8
},
9
"include"
:
[
"vite.config.ts"
]
10
}