Skip to content

Commit 2bd17e9

Browse files
committed
fix: add tsconfig for playright
1 parent f19aeaf commit 2bd17e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"@/*": ["./*"]
6+
},
7+
},
8+
}

0 commit comments

Comments
 (0)