{
    "extends": "../tsconfig.json",
    // https://stackoverflow.com/questions/54139158/cannot-find-name-describe-do-you-need-to-install-type-definitions-for-a-test
    "compilerOptions": {
        "noEmit": true,
    },
    "exclude": ["node_modules"]
}