mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"*": ["_"],
|
|
}
|
|
}
|
|
}
|