{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "bundler",
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"types": ["node"],
"outDir": "./dist",
"rootDir": "."
},
"include": ["./**/*.ts"]
}