chore(): update tests for compatibility with new testing sub account

This commit is contained in:
tiagosiebler
2023-05-16 14:48:20 +01:00
parent 065f72472e
commit a5aa7f6cf2
10 changed files with 59 additions and 38 deletions

View File

@@ -14,7 +14,7 @@
"sourceMap": true,
"esModuleInterop": true,
"lib": ["es2017", "dom"],
"outDir": "lib"
"outDir": "./lib"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/node_modules/*", "coverage", "doc"]