{
"compilerOptions": {
"module": "esnext", // Allow the "import.meta" and top-level await syntax
"target": "es2017", // Allow calling APIs such as "Object.entries"
"strict": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"types": [
"node"
],
},
"exclude": [
"npm",
],
}