mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
12fd5c4d32
* feat: enable TypeScript for Cypress * fix: run both js and ts in workflow
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"]
|
|
},
|
|
"include": ["e2e/**/*.ts"],
|
|
"extends": "../tsconfig-base.json"
|
|
}
|