feat: initial scaffolding

This commit is contained in:
2026-02-03 10:08:03 -08:00
parent 0ecfc9b54a
commit 2f38aa3b92
63 changed files with 23000 additions and 20 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "shared-types",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "shared-types/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project shared-types --web",
"targets": {}
}