{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "rootDir": ".", "outDir": "dist", "esModuleInterop": true, "strict": true, "skipLibCheck": true }, "include": ["*.ts"] }