{ "compilerOptions": { "baseUrl": ".", "module": "ESNext", "target": "ES2023", "moduleResolution": "bundler", "strict": true, "lib": ["DOM", "ESNext"] }, "exclude": ["./dist"] }