aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-04-27 20:42:13 +0530
committerPriyansh <[email protected]>2021-04-27 20:42:13 +0530
commita8edac4105f007003c3f244b482d03732ce74398 (patch)
tree1440e377da6b4ba18ca3151066efbafeed7a9c06 /tsconfig.json
parentb18cf71249b26d965215bcf06204daf6af5f55e7 (diff)
downloadstyx-a8edac4105f007003c3f244b482d03732ce74398.tar.xz
styx-a8edac4105f007003c3f244b482d03732ce74398.zip
Preferences + List FavoritesHEADmaster
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 6398793..7bcd836 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "target": "es5",
+ "target": "esnext",
"module": "commonjs",
"noImplicitAny": false,
"sourceMap": true,