diff options
| author | lishid <[email protected]> | 2021-10-19 13:34:19 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2021-10-19 13:34:58 -0400 |
| commit | 3afc9d78ab809784d8ccf6d17e94c1509330e217 (patch) | |
| tree | 6744ff4b0d179f6b9f497bcc195736ef23cce11a /tsconfig.json | |
| parent | 5f95bce9e1ccfc207addfccd525d6dd93035f20b (diff) | |
| download | ai-pulse-obsidian-plugin-3afc9d78ab809784d8ccf6d17e94c1509330e217.tar.gz ai-pulse-obsidian-plugin-3afc9d78ab809784d8ccf6d17e94c1509330e217.zip | |
Update sample plugin to use ESBuild.
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 09cf7ec..44b8f99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
- "target": "es6",
+ "target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
|
