fix(build): exclude root utility scripts from tsconfig and dockerignore to fix deployment type check error
This commit is contained in:
+1
-1
@@ -30,5 +30,5 @@
|
||||
".next/dev/types/**/*.ts",
|
||||
"**/*.mts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "fix-openinary-v2.ts", "scripts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user