summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorlishid <[email protected]>2021-01-31 12:55:17 -0500
committerlishid <[email protected]>2021-01-31 12:55:17 -0500
commited0e0a6e90ba8a921d5db73606e6df7c26793de5 (patch)
treee223d0164bc945ff5e4589a929ea176f16c7a907 /tsconfig.json
parentae30a5a418914f6c6af1550c7a5955ffa0d00e40 (diff)
downloadai-pulse-obsidian-plugin-ed0e0a6e90ba8a921d5db73606e6df7c26793de5.tar.gz
ai-pulse-obsidian-plugin-ed0e0a6e90ba8a921d5db73606e6df7c26793de5.zip
Target ES6.
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 d148fe0..09cf7ec 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,7 @@
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
- "target": "es5",
+ "target": "es6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",