File tree Expand file tree Collapse file tree 4 files changed +19
-12
lines changed
templates/issue-reproduction Expand file tree Collapse file tree 4 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1+ dist
Original file line number Diff line number Diff line change 44 "description" : " Knip case reproduction template - basic" ,
55 "private" : true ,
66 "scripts" : {
7+ "build" : " tsc --build" ,
8+ "type-check" : " tsc --build --noEmit" ,
79 "knip" : " knip"
810 },
9- "bugs" : " https://github.com/webpro-nl/knip/issues" ,
10- "homepage" : " https://knip.dev" ,
1111 "devDependencies" : {
12- "@types/node" : " ^20.14.8" ,
13- "knip" : " ^5.30.1" ,
14- "typescript" : " ^5.5.4"
15- }
12+ "@types/node" : " ^24" ,
13+ "knip" : " *" ,
14+ "typescript" : " *"
15+ },
16+ "bugs" : " https://github.com/webpro-nl/knip/issues" ,
17+ "homepage" : " https://knip.dev"
18+
1619}
Original file line number Diff line number Diff line change 1+ dist
Original file line number Diff line number Diff line change 44 "description" : " Knip case reproduction template - monorepo" ,
55 "private" : true ,
66 "scripts" : {
7+ "build" : " tsc --build" ,
8+ "type-check" : " tsc --build --noEmit" ,
79 "knip" : " knip"
810 },
9- "bugs" : " https://github.com/webpro-nl/knip/issues" ,
10- "homepage" : " https://knip.dev" ,
1111 "workspaces" : [" packages/*" ],
1212 "devDependencies" : {
13- "@types/node" : " ^20.14.8" ,
14- "knip" : " ^5.30.1" ,
15- "typescript" : " ^5.5.4"
16- }
13+ "@types/node" : " ^24" ,
14+ "knip" : " *" ,
15+ "typescript" : " *"
16+ },
17+ "bugs" : " https://github.com/webpro-nl/knip/issues" ,
18+ "homepage" : " https://knip.dev"
1719}
You can’t perform that action at this time.
0 commit comments