Add node types

This commit is contained in:
Luke Vella 2025-07-13 14:55:07 +01:00
parent 5d0f3f1a82
commit b9b92bf0af
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 5 additions and 1 deletions

View file

@ -17,6 +17,7 @@
},
"devDependencies": {
"@rallly/tsconfig": "workspace:*",
"@types/js-cookie": "^3.0.1"
"@types/js-cookie": "^3.0.1",
"@types/node": "^20.11.1"
}
}

3
pnpm-lock.yaml generated
View file

@ -607,6 +607,9 @@ importers:
'@types/js-cookie':
specifier: ^3.0.1
version: 3.0.6
'@types/node':
specifier: ^20.11.1
version: 20.17.50
packages/tailwind-config:
dependencies: