freeCodeCamp/e2e/tsconfig.json

8 lines
126 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom", "ES2017"]
},
"extends": "../tsconfig-base.json"
}