Skip to content

Commit 9ebf911

Browse files
authored
Fix TypeScript errors (#113)
1 parent d11698c commit 9ebf911

File tree

21 files changed

+280
-234
lines changed

21 files changed

+280
-234
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"prepare": "husky",
1313
"ci:lint": "eslint 'src/**/*.ts'",
1414
"ci:format": "prettier --check --ignore-unknown .",
15-
"ci:coverage": "nyc check-coverage --lines 90 --branches 80 --statements 90"
15+
"ci:coverage": "nyc check-coverage --lines 90 --branches 80 --statements 90",
16+
"dev": "tsc --watch"
1617
},
1718
"engines": {
1819
"node": ">=22"
@@ -68,8 +69,5 @@
6869
"bugs": {
6970
"url": "https://github.com/simonespa/algorithms-and-data-structures/issues"
7071
},
71-
"homepage": "https://github.com/simonespa/algorithms-and-data-structures#readme",
72-
"dependencies": {
73-
"algorithms-and-data-structures": "link:"
74-
}
72+
"homepage": "https://github.com/simonespa/algorithms-and-data-structures#readme"
7573
}

0 commit comments

Comments
 (0)