chore: fix tsc linting error (#34853)

This commit is contained in:
Max Schmitt 2025-02-19 12:18:42 +01:00 committed by GitHub
parent dcb9ed8d41
commit 7f7ab96893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
import type { Language } from 'playwright-core/src/utils/isomorphic/locatorGenerators';
import type { Language } from '../../../playwright-core/src/utils/isomorphic/locatorGenerators';
import type { ResourceSnapshot } from '@trace/snapshot';
import type * as trace from '@trace/trace';

View file

@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,