{ "compilerOptions": { "target": "ES2021", "module": "ESNext", "moduleResolution": "Bundler", "jsx": "react-jsx", "strict": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "noEmit": true, "types": ["node"] }, "include": ["src", "config"] }