chore: fix tsc linting error

This commit is contained in:
Max Schmitt 2025-02-19 11:28:58 +01:00
parent 081031f50e
commit e648d2fbdf
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,