feat(compliance): improve compliance

This commit is contained in:
2025-05-26 13:33:21 +00:00
parent e7c3a774a3
commit 26deb14893
13 changed files with 3520 additions and 2818 deletions

View File

@ -9,7 +9,7 @@
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"test": "(tstest test/ --verbose --logfile)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},