Harden dev startup and web typecheck
This commit is contained in:
parent
a94baa745c
commit
f2f12f2ebe
4 changed files with 65 additions and 5 deletions
|
|
@ -24,6 +24,7 @@
|
|||
".next/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"scripts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue