1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
cards-database/server/tsconfig.json

11 lines
238 B
JSON

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