{ "compilerOptions": { "module": "commonjs", "target": "ES2022", "lib": ["ES2022"], "outDir": "out", "rootDir": "src", "strict": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*.ts"] }