{
    "compilerOptions": {
        "target": "ESNext",
        "module": "ES6",
        "noUnusedParameters": false,
        "strict": false,
        "noImplicitAny": false,
    }
}