mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +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"
|
|
]
|
|
}
|