Update build script to include external node packages.

This commit is contained in:
lishid
2021-11-01 15:17:03 -04:00
parent 6fdd374cb8
commit db18a36e65
3 changed files with 24 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
import { App, Editor, MarkdownView, Modal, Notice, Plugin, PluginSettingTab, Setting } from 'obsidian';
// Remember to rename these classes and interfaces!
interface MyPluginSettings {
mySetting: string;
}