FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openboot.dev/tsconfig.json at main · openbootdotdev/openboot.dev · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
openbootdotdev
/
openboot.dev
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openboot.dev
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 746 Bytes
Breadcrumbs
openboot.dev
/
tsconfig.json
Copy path
File metadata and controls
21 lines (21 loc) · 746 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extends"
:
"
./.svelte-kit/tsconfig.json
"
,
"compilerOptions"
: {
"rewriteRelativeImportExtensions"
:
true
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"moduleResolution"
:
"
bundler
"
,
"types"
: [
"
@cloudflare/vitest-pool-workers/types
"
]
}
//
Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
//
except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//
//
To make changes to top-level options such as include and exclude, we recommend extending
//
the generated config; see https://svelte.dev/docs/kit/configuration#typescript
}
Back
|
FazBrowse Home
|
New Git URL