isaac-lua-definitions/isaac-typescript-definitions/tsconfig.eslint.json

12 lines
290 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
"./typings/**/*.ts",
// These are ESLint-only inclusions
"./.eslintrc.js",
],
}