deduplicate name/version

This commit is contained in:
EatThePooh 2026-02-25 16:20:26 +07:00
parent 8cf96c4282
commit d2aae92692
4 changed files with 9 additions and 11 deletions

View file

@ -9,6 +9,7 @@
"verbatimModuleSyntax": true,
"isolatedModules": true,
"moduleDetection": "force",
"skipLibCheck": true
"skipLibCheck": true,
"resolveJsonModule": true
}
}