game data schema

This commit is contained in:
2025-05-17 15:55:08 +02:00
parent 0b41d84ead
commit 23e5707e98
11 changed files with 787 additions and 72 deletions

View File

@@ -16,7 +16,10 @@
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2022",
"module": "ES2022"
"module": "ES2022",
"plugins": [
{ "transform": "ts-auto-guard/transformer" }
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,