13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "NodeNext",
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
],
|
|
"target": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|