1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49:19 +00:00

feat: Add advanced filtering capabilities (#522)

This commit is contained in:
2024-09-26 00:11:48 +02:00
parent 0e079d111f
commit 0a62d37f4e
15 changed files with 887 additions and 186 deletions

View File

@ -1,7 +1,8 @@
{
"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"esModuleInterop": true
},
"include": ["src"]
}