Remove unused typescript, update config readme

This commit is contained in:
Harvey Tindall
2021-05-02 13:23:33 +01:00
parent 59a014f681
commit 22a0d8925d
4 changed files with 2 additions and 599 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { _get, _post, _delete, toClipboard, toggleLoader, toDateString } from "../modules/common.js";
export class DOMInvite implements Invite {
class DOMInvite implements Invite {
updateNotify = (checkbox: HTMLInputElement) => {
let state: { [code: string]: { [type: string]: boolean } } = {};
let revertChanges: () => void;