Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@setoelkahfi
/
tower-of-bazel
tower-of-bazel
/
splitfire-crypto
/
not-wallet
/
not-desktop
/
tsconfig.node.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
feature/share-libs
feature/share-libs
main
json
10 lines
213 Bytes
Copy permalink
Copy
Raw
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
}