FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stripe-node/tsconfig.cjs.json at master · stripe/stripe-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stripe
/
stripe-node
Public
Notifications
You must be signed in to change notification settings
Fork
927
Star
4.5k
Code
Issues
37
Pull requests
9
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stripe-node
/
tsconfig.cjs.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 694 Bytes
Breadcrumbs
stripe-node
/
tsconfig.cjs.json
Copy path
File metadata and controls
21 lines (21 loc) · 694 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"
: {
"outDir"
:
"
./cjs
"
,
"module"
:
"
commonjs
"
,
"moduleResolution"
:
"
node
"
,
"target"
:
"
es2020
"
,
"lib"
: [
"
es2017
"
,
"
dom
"
,
"
dom.iterable
"
,
"
scripthost
"
,
"
es2020.bigint
"
],
"checkJs"
:
false
,
"alwaysStrict"
:
true
,
"noImplicitAny"
:
true
,
"declaration"
:
true
,
"noImplicitThis"
:
true
,
"strict"
:
true
,
"strictFunctionTypes"
:
true
,
"types"
: [
"
node
"
],
"sourceMap"
:
true
,
"esModuleInterop"
:
false
// This is a viral option, do not enable https://www.semver-ts.org/#module-interop
},
"include"
: [
"
./src/**/*
"
],
"exclude"
: [
"
./src/stripe.esm.extensibility.ts
"
,
"
./src/stripe.esm.node.ts
"
,
"
./src/stripe.esm.worker.ts
"
],
}
Back
|
FazBrowse Home
|
New Git URL