mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-07 21:04:26 +08:00
fix flaky typecheck test (#1072)
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated TypeScript build configuration to exclude development build artifacts (Next.js dev output) so compilation skips generated dev files, improving build/IDE performance for backend and dashboard projects. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
9c6c918890
commit
da95ff31d4
@ -42,6 +42,7 @@
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
".next/dev"
|
||||
]
|
||||
}
|
||||
|
||||
@ -42,6 +42,7 @@
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
".next/dev"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user