1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Added meta folder to Typescript Config (#113)

This commit is contained in:
2021-10-18 12:46:16 +02:00
committed by GitHub
parent cb391c9f7d
commit c8230fb189

View File

@ -1,5 +1,5 @@
{
"include": ["data", "interfaces.d.ts"],
"include": ["data", "interfaces.d.ts", "meta"],
"compilerOptions": {
"target": "es5",
"module": "commonjs",