{
    "compilerOptions": {
        "preserveSymlinks": true,
        "incremental": true,
        "lib": [
            "ESNext"
        ],
        "moduleResolution": "Node",
        "strict": true,
        "skipLibCheck": true,
        "noEmit": true,
        "allowSyntheticDefaultImports": true,
    },
    "exclude": [
        "node_modules"
    ],
    "include": [
        "tests/types/**/*"
    ]
}