fix: add tsconfig for playright

This commit is contained in:
ShareVB 2024-06-22 22:54:03 +02:00
parent f19aeaf418
commit 2bd17e94cc

8
src/tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
},
},
}