Skip to content

Commit

Permalink
Add TS/JS config file aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
whispmoe authored Dec 18, 2024
1 parent 90d54ca commit ac65e3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/charmed-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac65e3e

Please sign in to comment.