packages/eslint-config-bases/tsconfig.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"incremental": true,
"allowJs": true,
"checkJs": true
},
"exclude": ["node_modules", "dist", "build"],
"include": [".eslintrc.*", "**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs", "**/*.json"]
}