Ignore .next in tsconfig

This commit is contained in:
cte 2025-05-14 21:41:46 -07:00
parent cf94d4b3cf
commit eb9163f95a

View file

@ -56,6 +56,7 @@
"exclude": [
"./out/**/*",
"./node_modules/**/*",
".next/**/*",
"**/*.spec.ts",
"**/*.e2e.ts"
],
@ -64,7 +65,6 @@
"**/*.ts",
"**/*.tsx",
".storybook/*.ts",
".next/types/**/*.ts",
"**/*.mts"
]
}