aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorCory J Reid <[email protected]>2023-07-19 21:28:02 -0600
committerGitHub <[email protected]>2023-07-19 22:28:02 -0500
commit9c6d2a7acf350ce563d3b4201cd9f18587e222da (patch)
treea9c20dfe6843d0823825d4f71ae9c99fb9290eab /tsconfig.json
parent2eb2b6d045386d3e0558fbf10b7157b03c7d5f02 (diff)
downloadmuse-9c6d2a7acf350ce563d3b4201cd9f18587e222da.tar.xz
muse-9c6d2a7acf350ce563d3b4201cd9f18587e222da.zip
Add pagination to the output of the `favorites list` command (#954)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index f886e86..c02ad2f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["esnext"],
- "target": "es2018",
+ "target": "es2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,