11 lines
209 B
JSON
11 lines
209 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2022",
|
||
|
"module": "ES2022",
|
||
|
"moduleResolution": "Node",
|
||
|
"types": ["node"],
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
}
|
||
|
}
|