mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "./node_modules/@dzeio/config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|