{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"rootDir": "./src",
"moduleResolution": "node",
"outDir": "./dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
}