fix(build): remove the deprecated --allowimplicitany flag from the build script

This commit is contained in:
2026-04-30 12:54:44 +00:00
parent 11ada650e1
commit 859f8fb026
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
},
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {