{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noEmit": true, "allowImportingTsExtensions": true, "esModuleInterop": true, "skipLibCheck": true, "types": ["node"], "lib": ["ES2022"] }, "include": ["src", "scripts"] }