{
    "extends": "./tsconfig",
    "compilerOptions": {
        "emitDeclarationOnly": true,
        "noImplicitAny": false
    },
    "exclude": ["test"]
}
