From 779a0251bab6fc1ed47502687981e44ad5ae17b5 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Tue, 6 Aug 2024 10:57:50 +0200 Subject: [PATCH] feat: Configure TypeScript language for JavaScript files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74f5f4a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js linguist-language=TypeScript \ No newline at end of file