9 lines
130 B
JSON
9 lines
130 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"lib": [
|
||
|
|
"dom",
|
||
|
|
"es2015"
|
||
|
|
],
|
||
|
|
}
|
||
|
|
}
|