From 5e685afbfec82810d8ff91e62c6cbd9c6d91b916 Mon Sep 17 00:00:00 2001 From: freshgum Date: Mon, 9 Oct 2023 15:55:47 +0100 Subject: [PATCH] style(git): set TSConfig language to JSONC This only affects how GitHub renders files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..96f3989b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +tsconfig.*.json linguist-language=JSON-with-Comments +tsconfig.json linguist-language=JSON-with-Comments \ No newline at end of file