{
"compilerOptions": {
"outDir": "dist",
"lib": ["ES2020"],
"module": "ES2020",
"target": "ES2020",
"moduleResolution": "node",
"skipLibCheck": true,
"types": ["node"]
}