Skip to content

Commit 8c3f86a

Browse files
committed
fix: support lib tsc
1 parent 89b771d commit 8c3f86a

File tree

13 files changed

+356
-82
lines changed

13 files changed

+356
-82
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-performance-analyzer",
3-
"version": "0.1.3",
3+
"version": "0.1.6",
44
"description": "TypeScript compilation performance analyzer",
55
"author": "hg-pyun",
66
"license": "MIT",
@@ -54,7 +54,8 @@
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1",
5656
"recharts": "^2.15.0",
57-
"stream-json": "^1.9.1"
57+
"stream-json": "^1.9.1",
58+
"typescript": "^5.7.2"
5859
},
5960
"devDependencies": {
6061
"@eslint/js": "^9.39.1",
@@ -69,7 +70,6 @@
6970
"eslint-config-prettier": "^10.1.8",
7071
"eslint-plugin-react-hooks": "^7.0.1",
7172
"prettier": "^3.7.4",
72-
"typescript": "^5.7.2",
7373
"typescript-eslint": "^8.49.0",
7474
"vite": "^6.0.3",
7575
"vite-plugin-singlefile": "^2.0.3",

0 commit comments

Comments
 (0)