mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
12 lines
278 B
JSON
12 lines
278 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
|
||
|
".eslintrc.js"
|
||
|
]
|
||
|
}
|