From 7b15f32da84c36a0e81e91c21460132b6308db76 Mon Sep 17 00:00:00 2001 From: 0xflotus <26602940+0xflotus@users.noreply.github.com> Date: Wed, 16 Dec 2020 00:08:04 +0100 Subject: [PATCH] feat: add support Typescript and ReasonML projects Close #771 --- src/info/filetype.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/filetype.rs b/src/info/filetype.rs index 38b1ac0..8f54281 100644 --- a/src/info/filetype.rs +++ b/src/info/filetype.rs @@ -28,7 +28,7 @@ impl FileExtensions { "Gruntfile.coffee", "BUILD", "BUILD.bazel", "WORKSPACE", "build.xml", "webpack.config.js", "meson.build", "composer.json", "RoboFile.php", "PKGBUILD", "Justfile", "Procfile", "Dockerfile", "Containerfile", "Vagrantfile", "Brewfile", - "Gemfile", "Pipfile", "build.sbt", "mix.exs", + "Gemfile", "Pipfile", "build.sbt", "mix.exs", "bsconfig.json", "tsconfig.json", ]) }