UNPKG
@tsconfig/node22
Version:
latest (22.0.5)
22.0.5
22.0.4
22.0.3
22.0.2
22.0.1
22.0.0
A base TSConfig for working with Node 22.
github.com/tsconfig/bases
tsconfig/bases
@tsconfig/node22
/
tsconfig.json
16 lines
(13 loc)
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"_version"
:
"22.0.0"
,
"compilerOptions"
: {
"lib"
: [
"es2023"
],
"module"
:
"node16"
,
"target"
:
"es2022"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"moduleResolution"
:
"node16"
} }