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