diff options
Diffstat (limited to 'users/Profpatsch/lyric/tsconfig.json')
-rw-r--r-- | users/Profpatsch/lyric/tsconfig.json | 2 |
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" |