{
    "extends": "../tsconfig.json",
    "compilerOptions": {
        "rootDir": "../",
        "module": "nodenext",
        "noEmit": true,
        "erasableSyntaxOnly": true,
        "types": ["node", "mocha"]
    },
    "include": [
        "./**/*.ts"
    ]
}
