mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix Cannot find module '@testIsomorphic/types' in recorder (#36414)
This commit is contained in:
parent
b1a1e11ad8
commit
896cb8536e
@ -20,6 +20,7 @@
|
||||
"@isomorphic/*": ["../playwright-core/src/utils/isomorphic/*"],
|
||||
"@protocol/*": ["../protocol/src/*"],
|
||||
"@recorder/*": ["../recorder/src/*"],
|
||||
"@testIsomorphic/*": ["../playwright/src/isomorphic/*"],
|
||||
"@web/*": ["../web/src/*"],
|
||||
}
|
||||
},
|
||||
|
@ -2,7 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user