Refactor: implemented robust structured JSON parser for Moodle questions and DOM scope detection

This commit is contained in:
2026-04-11 19:52:39 +02:00
parent 921e2bba4e
commit 6ce2c47cb4
24 changed files with 1841 additions and 96 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"compilerOptions": {
"strict": true,
"baseUrl": "src",
"module": "esnext",
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES6",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,