{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022"], "module": "CommonJS", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "rootDir": "src", "outDir": "dist", "removeComments": true } }