{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "rootDir": ".", "sourceMap": true, "jsx": "react-jsx", "moduleResolution": "node", "noImplicitAny": true, "allowSyntheticDefaultImports": true }, "include": ["./src/**/*"], "exclude": ["dist", "node_modules"] }