Resolve "Create basic npm project with typescript" #19

Merged
clbertolini merged 4 commits from 1-create-basic-npm-project-with-typescript into main 2023-10-03 20:35:56 +00:00
Showing only changes of commit 404b3ef97b - Show all commits

View File

@ -7,7 +7,7 @@
"lint": "eslint . --fix"
},
"author": "",
"license": "ISC",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@tsconfig/node-lts": "^18.12.5",
"@types/node": "^20.8.2",