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