Skip to content

Commit

Permalink
chore: Updated TypeScript configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jan 24, 2024
1 parent e4d7eeb commit f5b48cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "3.0.0",
"description": "A simple plugin for Fastify prints all available routes.",
"homepage": "https://sw.cowtech.it/fastify-print-routes",
"repository": "github:ShogunPanda/fastify-print-routes",
"repository": {
"type": "git",
"url": "git+https://github.com/ShogunPanda/fastify-print-routes.git"
},
"keywords": [
"fastify",
"fastify-plugin",
Expand Down Expand Up @@ -39,21 +42,21 @@
"postpublish": "git push origin && git push origin -f --tags"
},
"dependencies": {
"acquerello": "^2.0.0",
"acquerello": "^2.0.3",
"fastify-plugin": "^4.5.1",
"table": "^6.8.1"
},
"devDependencies": {
"@cowtech/eslint-config": "^9.0.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.101",
"@types/node": "^20.10.5",
"@cowtech/eslint-config": "^9.0.3",
"@swc/cli": "^0.2.3",
"@swc/core": "^1.3.105",
"@types/node": "^20.11.6",
"@types/tap": "^15.0.11",
"c8": "^8.0.1",
"c8": "^9.1.0",
"chokidar": "^3.5.3",
"concurrently": "^8.2.2",
"fastify": "^4.25.1",
"prettier": "^3.1.1",
"fastify": "^4.25.2",
"prettier": "^3.2.4",
"tap": "^18.6.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"jsx": "preserve",
"declaration": true,
"outDir": "dist",
Expand Down

0 comments on commit f5b48cc

Please sign in to comment.