feat: update tests

feat: update tests

feat: update tests
This commit is contained in:
2023-05-30 16:12:00 +02:00
parent d6d4f6e5c4
commit 0d60b8bfad
87 changed files with 1021 additions and 823 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "@openstapps/tsconfig",
"compilerOptions": {
"allowJs": true,
"types": ["node"]
},
"include": ["*.js"]
}