From b51667fd2bee24d68e9d6c9b7410ffc2ec29f539 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Sat, 27 Jun 2026 21:14:51 -0600 Subject: [PATCH] chore: sort tsconfig types --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9b2ff1e..756f8db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,9 +20,9 @@ "skipLibCheck": true, "target": "es2022", "types": [ + "@obsidian-typings/obsidian-public-latest", "@total-typescript/ts-reset", - "node", - "@obsidian-typings/obsidian-public-latest" + "node" ], "verbatimModuleSyntax": true },