freeCodeCamp/cypress/tsconfig.json

9 lines
165 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"]
},
"include": ["e2e/**/*.ts", "support/**/*.ts"],
"extends": "../tsconfig-base.json"
}