{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "esModuleInterop": true, "verbatimModuleSyntax": true, "strict": true, "skipLibCheck": true, "noEmit": true }, "include": ["src/**/*"] }