1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ES2022", 5 "moduleResolution": "bundler", 6 "declaration": true, 7 "outDir": "dist", 8 "rootDir": "src", 9 "strict": true, 10 "esModuleInterop": true, 11 "skipLibCheck": true 12 }, 13 "include": ["src"] 14}