fix(build): Fix tsbuild script to include missing flag

This commit is contained in:
2025-01-18 23:53:15 +01:00
parent 3d0fc6adc5
commit b246894060
3 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --allowimplicitany --web)",
"buildDocs": "tsdoc"
},
"devDependencies": {