FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
binary-util/tsconfig.json at arraybuffer · beeequeue/binary-util · GitHub
beeequeue
/
binary-util
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
binary-util
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (23 loc) · 694 Bytes
Breadcrumbs
binary-util
/
tsconfig.json
Copy path
File metadata and controls
27 lines (23 loc) · 694 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
{
"extends"
: [
"
@tsconfig/node24/tsconfig.json
"
,
"
@tsconfig/strictest/tsconfig.json
"
],
"compilerOptions"
: {
//
Output
"noEmit"
:
true
,
"sourceMap"
:
true
,
//
Modules
"module"
:
"
esnext
"
,
"moduleResolution"
:
"
bundler
"
,
"resolveJsonModule"
:
true
,
"allowImportingTsExtensions"
:
true
,
//
Lessen strictness
"noImplicitReturns"
:
false
,
"noPropertyAccessFromIndexSignature"
:
false
,
"noUncheckedIndexedAccess"
:
false
,
"exactOptionalPropertyTypes"
:
false
,
//
Extra types
"lib"
: [
"
dom
"
,
"
es2024
"
,
"
ESNext.Array
"
,
"
ESNext.Collection
"
,
"
ESNext.Iterator
"
],
"types"
: []
},
"include"
: [
"
./**/*
"
],
"exclude"
: [
"
node_modules
"
,
"
dist
"
]
}
Back
|
FazBrowse Home
|
New Git URL