9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "node12",
|
|
"preserveValueImports": true,
|
|
"esModuleInterop": true
|
|
}
|
|
} |