{ "compilerOptions": { "baseUrl": ".", "strict": true, "target": "ES2022", "module": "CommonJS", "esModuleInterop": true, "lib": ["DOM", "ESNext"] }, "exclude": ["./dist"] }