UNPKG
@octokit/tsconfig
Version:
latest (4.0.0)
4.0.0
3.1.0
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
TypeScript configuration for Octokit packages
github.com/octokit/tsconfig
octokit/tsconfig
@octokit/tsconfig
/
tsconfig.json
15 lines
(14 loc)
•
320 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"lib"
:
[
"es2023"
]
,
"module"
:
"node16"
,
"moduleResolution"
:
"node16"
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"strict"
:
true
,
"target"
:
"es2022"
,
"resolveJsonModule"
:
true
,
"verbatimModuleSyntax"
:
true
,
"exactOptionalPropertyTypes"
:
true
}
}