From a0d4c2aaf55509877fb2c8b866d36f318732c107 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Sat, 27 Jun 2026 21:12:11 -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 6c65e03..0134f67 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 },