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

12 lines
290 B
JSON
Raw Normal View History

2021-11-03 05:34:38 +01: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
"./typings/**/*.ts",
// These are ESLint-only inclusions
"./.eslintrc.js",
],
}