about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/editors/code/tsconfig.eslint.json
blob: eceffeef598455078ff064c0de52385770c5339e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Special typescript project file, used by eslint only.
{
    "extends": "./tsconfig.json",
    "include": [
        // repeated from base config's "include" setting
        "src",
        "tests",
        // these are the eslint-only inclusions
        "eslint.config.mts"
    ]
}