test/apps/web/tsconfig.eslint.json
2024-05-08 00:24:43 +08:00

15 lines
269 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"next-env.d.ts",
"typings/**/*.d.ts",
".next/types/**/*.ts",
"**/*.ts",
"**/*.tsx",
"**.js",
"**.ts",
"**.mjs"
],
"exclude": ["node_modules"]
}