Update naming consistency and improve JSON module resolution
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-03-27 09:07:00 +01:00
parent d1fa5a6bc7
commit 45b919a41e
5 changed files with 5 additions and 7 deletions

View file

@ -7,6 +7,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"exclude": ["node_modules"]
}