FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openserverless-mcp/tsconfig.json at main · apache/openserverless-mcp · GitHub
apache
/
openserverless-mcp
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
openserverless-mcp
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 316 Bytes
Breadcrumbs
openserverless-mcp
/
tsconfig.json
Copy path
File metadata and controls
15 lines (15 loc) · 316 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
{
"compilerOptions"
: {
"lib"
: [
"
ESNext
"
],
"target"
:
"
ESNext
"
,
"module"
:
"
ESNext
"
,
"moduleResolution"
:
"
bundler
"
,
"types"
: [
"
node
"
],
"strict"
:
true
,
"skipLibCheck"
:
true
,
"noEmit"
:
true
,
"esModuleInterop"
:
true
,
"allowImportingTsExtensions"
:
true
},
"include"
: [
"
src
"
]
}
Back
|
FazBrowse Home
|
New Git URL