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