Skip to content

Commit

Permalink
[Task] #3 Install TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Jan 6, 2024
1 parent e2681d2 commit 55b06fe
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Type-Style"
"author": "Type-Style",
"devDependencies": {
"typescript": "^5.3.3"
}
}
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit 55b06fe

Please sign in to comment.