UNPKG
@importantimport/tsconfig
Version:
latest (1.0.0-beta.2)
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.1.1
0.1.0
0.0.1
## Usage
github.com/importantimport/config
importantimport/config
@importantimport/tsconfig
/
parts
/
es2022.json
13 lines
(12 loc)
•
202 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"compilerOptions"
: {
"target"
:
"ES2022"
,
"module"
:
"ES2022"
,
"lib"
: [
"ES2022"
,
"DOM"
,
"DOM.Iterable"
] } }