1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00
cards-database/server/tsconfig.json

9 lines
159 B
JSON

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