1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-23 01:19:51 +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": { "compilerOptions": {
"target": "es5", "target": "es5",
"module": "commonjs", "module": "commonjs",