0.6.5 - Requested code changes for release
updateInterval: NodeJS.Timeout | null = null;
Use a regular number here and use window.setTimeout everywhere you use this (same as in the other plugin)
Response: code change implemented in 0.6.5
containerEl.createEl("h1", { text: "Tokei" });
Don't include a header with your plugin name in the settings
I would also recommend to move the donation information at the bottom.
Response: code change implemented in 0.6.5