mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom", "ES2017"],
|
|
"types": ["cypress", "@testing-library/cypress"]
|
|
},
|
|
"include": ["e2e/**/*.ts", "support/**/*.ts"],
|
|
"extends": "../tsconfig-base.json"
|
|
}
|