rust-analyzer/editors/code/tsconfig.eslint.json
2025-02-27 20:53:48 +01:00

12 lines
283 B
JSON

// 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"
]
}