fix: exclude scripts/ from TypeScript build to fix deployment
This commit is contained in:
parent
69634909d1
commit
28725caaa8
1 changed files with 2 additions and 1 deletions
|
|
@ -36,6 +36,7 @@
|
|||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"scripts"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue