change observed mutations into serializable records

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent e2fbecea96
commit d2175eae87
6 changed files with 280 additions and 39 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,