feat: update catalogue to work with tags

This commit is contained in:
Devin Haska 2024-02-17 12:56:42 -08:00
parent 327b38f35b
commit 87deddd544
7 changed files with 48 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES6"
"target": "ES2023"
},
"exclude": ["node_modules"]
}