FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
allthingslinux/tsconfig.json at main · allthingslinux/allthingslinux · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
allthingslinux
/
allthingslinux
Public archive
forked from
9vlc/allthingslinux
Notifications
You must be signed in to change notification settings
Fork
1
Star
12
Code
Issues
2
Pull requests
11
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
allthingslinux
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (47 loc) · 1.14 KB
Breadcrumbs
allthingslinux
/
tsconfig.json
Copy path
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"compilerOptions"
: {
"target"
:
"
ES2022
"
,
"lib"
: [
"
dom
"
,
"
dom.iterable
"
,
"
esnext
"
],
"allowJs"
:
true
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
"noEmit"
:
true
,
"esModuleInterop"
:
true
,
"module"
:
"
ESNext
"
,
"moduleResolution"
:
"
bundler
"
,
"resolveJsonModule"
:
true
,
"isolatedModules"
:
true
,
"jsx"
:
"
preserve
"
,
"incremental"
:
true
,
"baseUrl"
:
"
.
"
,
"paths"
: {
"@/*"
: [
"
./*
"
],
"contentlayer/generated"
: [
"
./.contentlayer/generated
"
]
},
"plugins"
: [
{
"name"
:
"
next
"
}
],
"forceConsistentCasingInFileNames"
:
true
,
"noUnusedLocals"
:
false
,
"noUnusedParameters"
:
false
,
"noFallthroughCasesInSwitch"
:
true
,
"verbatimModuleSyntax"
:
true
,
//
Build performance optimizations
"assumeChangesOnlyAffectDirectDependencies"
:
true
,
"disableSourceOfProjectReferenceRedirect"
:
true
},
"include"
: [
"
next-env.d.ts
"
,
"
**/*.ts
"
,
"
**/*.tsx
"
,
"
.next/types/**/*.ts
"
,
"
.contentlayer/generated
"
,
"
types/**/*.d.ts
"
,
"
**/*.mjs
"
,
"
**/*.cjs
"
,
"
trigger.config.ts
"
],
"exclude"
: [
"
node_modules
"
,
"
open-next.config.ts
"
]
}
Back
|
FazBrowse Home
|
New Git URL