FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
intent/tsconfig.json at main · TanStack/intent · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TanStack
/
intent
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
20
Star
326
Code
Issues
4
Pull requests
7
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
intent
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 836 Bytes
Breadcrumbs
intent
/
tsconfig.json
Copy path
File metadata and controls
29 lines (29 loc) · 836 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
22
23
24
25
26
27
28
29
{
"$schema"
:
"
https://json.schemastore.org/tsconfig
"
,
"compilerOptions"
: {
"allowJs"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"allowUnreachableCode"
:
false
,
"allowUnusedLabels"
:
false
,
"checkJs"
:
true
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"isolatedModules"
:
true
,
"lib"
: [
"
DOM
"
,
"
DOM.Iterable
"
,
"
ES2022
"
],
"module"
:
"
ESNext
"
,
"moduleResolution"
:
"
Bundler
"
,
"noEmit"
:
true
,
"noImplicitReturns"
:
true
,
"noUncheckedIndexedAccess"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
"target"
:
"
ES2020
"
,
"noErrorTruncation"
:
true
,
"types"
: [
"
node
"
]
},
"include"
: [
"
scripts
"
,
"
*.config.*
"
,
"
vitest.workspace.js
"
]
}
Back
|
FazBrowse Home
|
New Git URL