10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|