BB-Trinket-Edit/tsconfig.eslint.json
2021-11-23 07:47:24 -04:00

12 lines
286 B
JSON

// 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",
],
}