rust/editors/code/tsconfig.eslint.json
2022-02-06 06:52:51 +08:00

12 lines
240 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",
]
}