FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devdevdev/tsconfig.json at master · reeversedev/devdevdev · GitHub
reeversedev
/
devdevdev
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
30
Code
Issues
5
Pull requests
18
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
devdevdev
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (26 loc) · 604 Bytes
Breadcrumbs
devdevdev
/
tsconfig.json
Copy path
File metadata and controls
26 lines (26 loc) · 604 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
25
26
{
"compilerOptions"
: {
"target"
:
"
es5
"
,
"lib"
: [
"
dom
"
,
"
dom.iterable
"
,
"
esnext
"
],
"allowJs"
:
true
,
"skipLibCheck"
:
true
,
"strict"
:
false
,
"forceConsistentCasingInFileNames"
:
true
,
"noEmit"
:
true
,
"esModuleInterop"
:
true
,
"module"
:
"
esnext
"
,
"moduleResolution"
:
"
node
"
,
"resolveJsonModule"
:
true
,
"isolatedModules"
:
true
,
"jsx"
:
"
preserve
"
},
"exclude"
: [
"
node_modules
"
],
"include"
: [
"
next-env.d.ts
"
,
"
**/*.ts
"
,
"
**/*.tsx
"
,
"
pages/product/detail/[...detail].tsx
"
,
"
pages/category/[slug].tsx
"
,
"
lib/withApollo.tsz
"
]
}
Back
|
FazBrowse Home
|
New Git URL