mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
Co-authored-by: Ahmad <57593864+Ahmadkashif@users.noreply.github.com> Co-authored-by: Hassaan Pasha <pasha.hassaan@gmail.com>
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom", "ES2017"],
|
|
"types": ["@playwright/test", "node"]
|
|
},
|
|
"extends": "../tsconfig-base.json"
|
|
}
|