freeCodeCamp/e2e/tsconfig.json
Mrugesh Mohapatra b5c86d4b9c
feat(e2e): adding playwright and migrate landing page e2e tests (#51216)
Co-authored-by: Ahmad <57593864+Ahmadkashif@users.noreply.github.com>
Co-authored-by: Hassaan Pasha <pasha.hassaan@gmail.com>
2023-08-11 14:10:10 +05:30

9 lines
169 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom", "ES2017"],
"types": ["@playwright/test", "node"]
},
"extends": "../tsconfig-base.json"
}