BB-Trinket-Edit/tsconfig.eslint.json

12 lines
286 B
JSON
Raw Normal View History

2021-11-23 07:47:24 -04:00
// A special TypeScript project file, used by ESLint only
{
"extends": "./tsconfig.json",
"include": [
// These must match the base the "include" setting in the base "tsconfig.json" file
"./src/**/*.ts",
// These are ESLint-only inclusions
"./.eslintrc.js",
],
}