2022-02-05 16:52:51 -06:00
|
|
|
// Special typescript project file, used by eslint only.
|
|
|
|
{
|
2022-05-17 12:15:06 -05:00
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"include": [
|
|
|
|
// repeated from base config's "include" setting
|
|
|
|
"src",
|
|
|
|
"tests",
|
|
|
|
// these are the eslint-only inclusions
|
|
|
|
".eslintrc.js"
|
|
|
|
]
|
2022-02-05 16:52:51 -06:00
|
|
|
}
|