FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python-devicesimulator/tsconfig.json at dev · microsoft/vscode-python-devicesimulator · GitHub
This repository was archived by the owner on Dec 23, 2021. It is now read-only.
microsoft
/
vscode-python-devicesimulator
Public archive
Notifications
You must be signed in to change notification settings
Fork
49
Star
177
Code
Issues
21
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python-devicesimulator
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 263 Bytes
Breadcrumbs
vscode-python-devicesimulator
/
tsconfig.json
Copy path
File metadata and controls
13 lines (13 loc) · 263 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
{
"compilerOptions"
: {
"module"
:
"
commonjs
"
,
"target"
:
"
es6
"
,
"outDir"
:
"
out
"
,
"lib"
: [
"
es6
"
,
"
dom
"
],
"sourceMap"
:
true
,
"rootDir"
:
"
src
"
,
"jsx"
:
"
react
"
,
"alwaysStrict"
:
true
},
"exclude"
: [
"
node_modules
"
,
"
.vscode-test
"
]
}
Back
|
FazBrowse Home
|
New Git URL