Update tsconfig.json and bump package version

Removed stray character from tsconfig.json. Bumped package version from 1.0.9 to 1.0.10 to reflect minor changes.
This commit is contained in:
2024-11-21 13:25:07 -05:00
parent 9a06a1c070
commit 4a0c75f3a2
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
t
// Best practices
"strict": true,