{
    "include": ["*.js", "*.jsx", "*.ts", "*.tsx"],
    "exclude": [
        "node_modules",
        "dist",
        "build",
        "rules",
        "eslint.*",
        "config.js"
    ],
    "compilerOptions": {
        "types": ["@lesnoypudge/types-global-react"],
        "jsx": "react-jsx",
        "target": "ESNext",
        "lib": ["DOM", "ESNext"],
        "module": "NodeNext",
        "baseUrl": "./",
        "allowJs": true,
        "allowSyntheticDefaultImports": true,
        "esModuleInterop": true,
        "forceConsistentCasingInFileNames": true,
        "strict": true,
        "skipLibCheck": true,
        "moduleResolution": "NodeNext"
    }
}
