mirror of
https://github.com/KevinMidboe/miljobilen-rss.git
synced 2025-10-28 17:20:23 +00:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"scripts": {
|
|
"check-types": "tsc --project ./jsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|