monorepo/apps/web2/tsconfig.eslint.json

16 lines
275 B
JSON
Raw Normal View History

2024-09-28 14:58:45 +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"]
}