// https://stackoverflow.com/questions/64271575/error-with-my-eslintrc-js-file-parsing-error-parseroptions-project-has/64283139#64283139
// https://stackoverflow.com/a/65063702/5699993
// Special typescript project file, used by eslint only.
{
    "extends": "./tsconfig.json",
    "include": [
        // these are the eslint-only inclusions
        ".eslintrc.js"
    ]
}
