fix(testing): update playwright tsconfig.base.json/entrypoint (#18227)

This commit is contained in:
Caleb Ukle 2023-07-21 16:10:11 -05:00 committed by GitHub
parent 2e6592c533
commit 9199444f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -4,4 +4,3 @@ export {
} from './src/executors/playwright/playwright';
export { initGenerator } from './src/generators/init/init';
export { configurationGenerator } from './src/generators/configuration/configuration';
export { nxE2EPreset, NxPlaywrightOptions } from './src/utils/preset';

View File

@ -87,7 +87,7 @@
"@nx/nx-dev/ui-references": ["nx-dev/ui-references/src/index.ts"],
"@nx/nx-dev/ui-sponsor-card": ["nx-dev/ui-sponsor-card/src/index.ts"],
"@nx/nx-dev/ui-theme": ["nx-dev/ui-theme/src/index.ts"],
"@nx/playwright": ["packages/playwright/src/index.ts"],
"@nx/playwright": ["packages/playwright/index.ts"],
"@nx/plugin": ["packages/plugin"],
"@nx/plugin/*": ["packages/plugin/*"],
"@nx/react": ["packages/react"],