FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codetime-vscode/tsconfig.json at master · codetime-dev/codetime-vscode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codetime-dev
/
codetime-vscode
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
103
Code
Issues
1
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
codetime-vscode
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 689 Bytes
Breadcrumbs
codetime-vscode
/
tsconfig.json
Copy path
File metadata and controls
24 lines (24 loc) · 689 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
{
"compilerOptions"
: {
"target"
:
"
es6
"
,
"lib"
: [
"
es6
"
,
"
DOM
"
],
"rootDir"
:
"
src
"
,
"module"
:
"
ESNext
"
,
"moduleResolution"
:
"
node
"
,
"strict"
:
true
,
"outDir"
:
"
out
"
,
"sourceMap"
:
true
,
/*
enable all strict type-checking options
*/
"esModuleInterop"
:
true
/*
Additional Checks
*/
//
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
//
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
//
"noUnusedParameters": true, /* Report errors on unused parameters. */
},
"exclude"
: [
"
node_modules
"
,
"
.vscode-test
"
]
}
Back
|
FazBrowse Home
|
New Git URL