From 2bd17e94cc15fd8efb873b82579d2c89b5554c07 Mon Sep 17 00:00:00 2001 From: ShareVB Date: Sat, 22 Jun 2024 22:54:03 +0200 Subject: [PATCH] fix: add tsconfig for playright --- src/tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/tsconfig.json diff --git a/src/tsconfig.json b/src/tsconfig.json new file mode 100644 index 00000000..c4b3d604 --- /dev/null +++ b/src/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + }, + }, +} \ No newline at end of file