fix: exclude workspace node_modules from tsc; ignore @descro/sdk build errors
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"../node_modules"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user