diff options
| author | lishid <[email protected]> | 2021-01-31 12:55:17 -0500 |
|---|---|---|
| committer | lishid <[email protected]> | 2021-01-31 12:55:17 -0500 |
| commit | ed0e0a6e90ba8a921d5db73606e6df7c26793de5 (patch) | |
| tree | e223d0164bc945ff5e4589a929ea176f16c7a907 /tsconfig.json | |
| parent | ae30a5a418914f6c6af1550c7a5955ffa0d00e40 (diff) | |
| download | ai-pulse-obsidian-plugin-ed0e0a6e90ba8a921d5db73606e6df7c26793de5.tar.gz ai-pulse-obsidian-plugin-ed0e0a6e90ba8a921d5db73606e6df7c26793de5.zip | |
Target ES6.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
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",
|
