FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-api-nodejs-client/tsconfig.json at main · googleapis/google-api-nodejs-client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-api-nodejs-client
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
12.2k
Code
Issues
210
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
google-api-nodejs-client
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 374 Bytes
Breadcrumbs
google-api-nodejs-client
/
tsconfig.json
Copy path
File metadata and controls
21 lines (21 loc) · 374 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
{
"extends"
:
"
./node_modules/gts/tsconfig-google.json
"
,
"compilerOptions"
: {
"rootDir"
:
"
.
"
,
"outDir"
:
"
build
"
,
"incremental"
:
true
,
"sourceMap"
:
false
},
"include"
: [
"
src/*.ts
"
,
"
src/**/*.ts
"
,
"
test/*.ts
"
,
"
test/**/*.ts
"
,
"
system-test/**/*.ts
"
],
"exclude"
: [
"
node_modules
"
,
"
test/fixtures
"
,
"
samples/**
"
]
}
Back
|
FazBrowse Home
|
New Git URL