fix: update Next.js type reference path and exclude scratch directory from TypeScript configuration
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"admin"
|
||||
"admin",
|
||||
"scratch"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user