mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-29 08:00:43 -04:00
chore(client): update tsconfig lib and target (#59425)
This commit is contained in:
committed by
GitHub
parent
3adb7c8d67
commit
862968bb92
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["WebWorker", "DOM", "DOM.Iterable", "ES2020"],
|
||||
"target": "es2020",
|
||||
"lib": ["WebWorker", "DOM", "DOM.Iterable", "es2023"],
|
||||
"target": "ES2023",
|
||||
"module": "es2020",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
|
||||
Reference in New Issue
Block a user