about summary refs log tree commit diff
path: root/users/Profpatsch/lyric/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/lyric/tsconfig.json')
-rw-r--r--users/Profpatsch/lyric/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/lyric/tsconfig.json b/users/Profpatsch/lyric/tsconfig.json
index f3c47a381e20..26a6a0a82db6 100644
--- a/users/Profpatsch/lyric/tsconfig.json
+++ b/users/Profpatsch/lyric/tsconfig.json
@@ -9,7 +9,7 @@
         "esModuleInterop": true
     },
     "include": [
-        "src/**/*.ts"
+        "src/**/*.ts",
     ],
     "exclude": [
         "node_modules"