Files
freeCodeCamp/cypress/tsconfig.json
T
a2937 78e984d98a Chore migrate es6-to-basic-javascript.js (#49352)
Start converting es6 javascript.
2023-02-18 21:58:59 +01:00

14 lines
289 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom", "ES2017"],
"types": ["cypress", "@testing-library/cypress"]
},
"include": [
"e2e/**/*.ts",
"support/**/*.ts",
"e2e/default/learn/challenges/projects.js"
],
"extends": "../tsconfig-base.json"
}