diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 00:03:58 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-29 00:03:58 +0200 |
commit | 227a4e47f1ec9bca9b039c7c6761a335bcf622c2 (patch) | |
tree | 356056aa999e2b7b2d8b2e5094c98e63fa1bd2d2 /util/tsconfig.json | |
parent | :sparkles: typeorm api rewrite done (diff) | |
download | server-227a4e47f1ec9bca9b039c7c6761a335bcf622c2.tar.xz |
:sparkles: update util
Diffstat (limited to 'util/tsconfig.json')
-rw-r--r-- | util/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tsconfig.json b/util/tsconfig.json index 3fe76ee7..ac41cea5 100644 --- a/util/tsconfig.json +++ b/util/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["src/**/*.ts"], + "include": ["src/**/*.ts", "tests/Test.ts"], "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ |