This commit is contained in:
Julien Valverdé
2024-06-27 09:39:50 +02:00
parent 4c161cf4ae
commit d6517365a7
6 changed files with 57 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "todo-tests",
"type": "module",
"private": true,
"workspaces": ["packages/*"],
"devDependencies": {
"typescript": "^5.5.2"
}
}