test/apps/web/tsconfig.eslint.json

15 lines
269 B
JSON
Raw Permalink Normal View History

2024-05-07 16:24:43 +00:00
{
"extends": "./tsconfig.json",
"include": [
"next-env.d.ts",
"typings/**/*.d.ts",
".next/types/**/*.ts",
"**/*.ts",
"**/*.tsx",
"**.js",
"**.ts",
"**.mjs"
],
"exclude": ["node_modules"]
}