addon/.support/tsconfig.json
Roman Jaroš 45b919a41e
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
Update naming consistency and improve JSON module resolution
2025-03-27 09:07:00 +01:00

13 lines
No EOL
294 B
JSON

{
"compilerOptions": {
"target": "es2015",
"downlevelIteration": true,
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"exclude": ["node_modules"]
}