From 7bd353746e1de2c63862c96947227602a049208e Mon Sep 17 00:00:00 2001 From: Jamie Haywood Date: Fri, 24 Jun 2022 06:50:46 +0100 Subject: [PATCH] feat: add `tsconfig.node.json` (#1575) * feat: add `tsconfig.node.json` * Format code Co-authored-by: Philipp Kief --- src/icons/fileIcons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index a0cbc00ef3..a372a3f001 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1924,6 +1924,7 @@ export const fileIcons: FileIcons = { 'tsconfig.build.json', 'tsconfig.eslint.json', 'tsconfig.lib.json', + 'tsconfig.node.json', ], fileExtensions: ['tsconfig.json'], },