mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
c4b9654fa7
follow up for: https://github.com/microsoft/playwright/pull/19657.
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|