From 2bf28119ab018642064ad4427ed0640b00beb1e9 Mon Sep 17 00:00:00 2001 From: "adrian.maciuc" Date: Sun, 3 Nov 2024 22:27:11 +0200 Subject: [PATCH] test --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 601ffc5..c235a22 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,6 @@ For info it uses the [recommended typescript rules](https://github.com/typescrip At the root of the project, create a `tsconfig.json` file. Use this project’s `tsconfig.json` as a guide, focusing on configuring it as a **module-based project** that allows both `import/export` and `require()` syntax. Remember to update `package.json` with `"type": "module"`: -```json -{ - "type": "module" -} -``` - ### 3. Framework configs #### 3.1 Playwright main config file