1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19:18 +00:00

fix(server): Server not correctly handling +

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-01-11 21:18:31 +01:00
parent 2b23503864
commit 4b340733d7
2 changed files with 17 additions and 11 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "./node_modules/@dzeio/config/tsconfig.base",
"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},