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

@@ -1,6 +1,6 @@
{ {
"name": "code-tokenizer-md", "name": "code-tokenizer-md",
"version": "1.0.9", "version": "1.0.10",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {

View File

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