1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-07 05:49:53 +00:00

Added meta folder to Typescript Config (#113)

This commit is contained in:
Florian Bouillon 2021-10-18 12:46:16 +02:00 committed by GitHub
parent cb391c9f7d
commit c8230fb189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",