monorepo/apps/web/tsconfig.eslint.json

16 lines
245 B
JSON
Raw Normal View History

2025-05-03 09:09:01 +08:00
{
"extends": "./tsconfig.json",
"include": [
"next-env.d.ts",
"typings/**/*.d.ts",
".next/types/**/*.ts",
"**/*.ts",
"**/*.tsx",
"**.js",
"**.ts",
"**.mjs",
"**/*.mjs"
],
"exclude": ["node_modules"]
}