chore: TypeScript 5.1 with Nx 16.6 migrations (#10338)

This commit is contained in:
Nathan Walker
2023-08-11 07:09:32 -07:00
committed by GitHub
parent 7a353eca14
commit d3a0f2c9a6
61 changed files with 741 additions and 483 deletions

View File

@@ -0,0 +1,9 @@
{
"generators": {
"app": {
"implementation": "./src/generators/app",
"schema": "./src/generators/app/schema.json",
"description": "Generator app"
}
}
}