yap-blog/tsconfig.typecheck.json
2026-07-02 21:32:33 -04:00

12 lines
193 B
JSON

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