From ac65e3efab1f868dae497a061c71f95080eaaec9 Mon Sep 17 00:00:00 2001 From: whisp Date: Wed, 18 Dec 2024 12:24:58 -0600 Subject: [PATCH 1/2] Add TS/JS config file aliases --- themes/charmed-icon-theme.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/charmed-icon-theme.json b/themes/charmed-icon-theme.json index 8f6df81..f6ead77 100644 --- a/themes/charmed-icon-theme.json +++ b/themes/charmed-icon-theme.json @@ -346,7 +346,19 @@ "eslint.config.cjs": "eslint", "prettier.config.js": "config", "jsconfig.json": "javascript-config", + "jsconfig.base.json": "typescript-config", + "jsconfig.node.json": "typescript-config", + "jsconfig.app.json": "typescript-config", + "jsconfig.lib.json": "typescript-config", + "jsconfig.test.json": "typescript-config", + "jsconfig.build.json": "typescript-config", "tsconfig.json": "typescript-config", + "tsconfig.base.json": "typescript-config", + "tsconfig.node.json": "typescript-config", + "tsconfig.app.json": "typescript-config", + "tsconfig.lib.json": "typescript-config", + "tsconfig.test.json": "typescript-config", + "tsconfig.build.json": "typescript-config", "package.json": "node", "package-lock.json": "node", "pnpm-lock.yaml": "node", From 1800863992871a3c20c77211d7f2c46154cf976c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whisp=20=E2=9C=A6?= Date: Thu, 19 Dec 2024 10:51:12 -0600 Subject: [PATCH 2/2] Update charmed-icon-theme.json --- themes/charmed-icon-theme.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/charmed-icon-theme.json b/themes/charmed-icon-theme.json index f6ead77..7afe3be 100644 --- a/themes/charmed-icon-theme.json +++ b/themes/charmed-icon-theme.json @@ -346,12 +346,12 @@ "eslint.config.cjs": "eslint", "prettier.config.js": "config", "jsconfig.json": "javascript-config", - "jsconfig.base.json": "typescript-config", - "jsconfig.node.json": "typescript-config", - "jsconfig.app.json": "typescript-config", - "jsconfig.lib.json": "typescript-config", - "jsconfig.test.json": "typescript-config", - "jsconfig.build.json": "typescript-config", + "jsconfig.base.json": "javascript-config", + "jsconfig.node.json": "javascript-config", + "jsconfig.app.json": "javascript-config", + "jsconfig.lib.json": "javascript-config", + "jsconfig.test.json": "javascript-config", + "jsconfig.build.json": "javascript-config", "tsconfig.json": "typescript-config", "tsconfig.base.json": "typescript-config", "tsconfig.node.json": "typescript-config",