diff options
| author | lishid <[email protected]> | 2021-11-06 19:05:49 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2021-11-06 19:05:49 -0400 |
| commit | d006ed755a25170f0fe82ea570e53c4090ec6b33 (patch) | |
| tree | a84ac9a5301bad67595aa35a24afe61a9a4b0637 | |
| parent | db18a36e656f726412e6f7f44bca7dbb83c4b9ee (diff) | |
| download | ai-pulse-obsidian-plugin-d006ed755a25170f0fe82ea570e53c4090ec6b33.tar.gz ai-pulse-obsidian-plugin-d006ed755a25170f0fe82ea570e53c4090ec6b33.zip | |
Update tsconfig.
| -rw-r--r-- | tsconfig.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json index 44b8f99..b61f304 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,10 +10,10 @@ "moduleResolution": "node",
"importHelpers": true,
"lib": [
- "dom",
- "es5",
- "scripthost",
- "es2015"
+ "DOM",
+ "ES5",
+ "ES6",
+ "ES7"
]
},
"include": [
|
