fix(testing): update playwright tsconfig.base.json/entrypoint (#18227)
This commit is contained in:
parent
2e6592c533
commit
9199444f48
@ -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';
|
||||
|
||||
@ -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"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user