mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
78e984d98a
Start converting es6 javascript.
14 lines
289 B
JSON
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"
|
|
}
|