add API setup

This commit is contained in:
Sem
2023-05-25 09:27:21 +00:00
parent d180392666
commit db3fde448a
693 changed files with 105277 additions and 1 deletions

9
api/node_modules/get-intrinsic/.nycrc generated vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}