chore: rename types, add comments

This commit is contained in:
Jordan
2022-08-23 20:03:33 -04:00
parent a07a2a118d
commit 5db08bc6ac
5 changed files with 9 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ export type WebpackDevServerConfig = {
framework?: typeof ALL_FRAMEWORKS[number] // Add frameworks here as we implement
webpackConfig?: unknown // Derived from the user's webpack
options?: {
projectConfig?: Cypress.ProjectConfig
projectConfig?: Cypress.AngularDevServerProjectConfig
}
}