mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom", "ES2017"]
|
|
},
|
|
"extends": "../tsconfig-base.json"
|
|
}
|