feat(economy): update content creation documentation and improve editor validation

This commit is contained in:
2025-10-05 03:36:11 -05:00
parent 71d9f09102
commit 7967231865
7 changed files with 543 additions and 144 deletions

View File

@@ -6,8 +6,10 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src"]
}
}