FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
VSpaceCode/tsconfig.json at master · VSpaceCode/VSpaceCode · GitHub
VSpaceCode
/
VSpaceCode
Public
Notifications
You must be signed in to change notification settings
Fork
129
Star
1.5k
Code
Issues
66
Pull requests
13
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
VSpaceCode
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 597 Bytes
Breadcrumbs
VSpaceCode
/
tsconfig.json
Copy path
File metadata and controls
21 lines (21 loc) · 597 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
{
"compilerOptions"
: {
"module"
:
"
commonjs
"
,
"target"
:
"
es2018
"
,
"outDir"
:
"
out
"
,
"lib"
: [
"
es2018
"
],
"sourceMap"
:
true
,
"rootDir"
:
"
src
"
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"alwaysStrict"
:
true
,
"noImplicitAny"
:
true
,
"noImplicitReturns"
:
true
,
"noImplicitOverride"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"noFallthroughCasesInSwitch"
:
true
,
"forceConsistentCasingInFileNames"
:
true
},
"exclude"
: [
"
node_modules
"
,
"
.vscode-test
"
]
}
Back
|
FazBrowse Home
|
New Git URL