first commmit

This commit is contained in:
jakciehan
2026-05-06 08:17:32 +08:00
commit 427a33c55b
269 changed files with 20906 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/**
* Data layer — TypeScript interfaces, data-driven JSON loaders, and schema
* validators. See `Interfaces.ts` for the contract and `ConfigMgr.ts` for
* the runtime loader + validator.
*/
export * from './Interfaces';
export * from './ConfigMgr';