1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/server/tsconfig.json
2023-01-11 21:18:31 +01:00

8 lines
132 B
JSON

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