edems-dev_md-discord-syntax/tsconfig.json

12 lines
237 B
JSON
Raw Permalink Normal View History

2026-07-21 13:57:29 +00:00
{
"compilerOptions": {
2026-07-21 14:44:48 +00:00
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
2026-07-21 13:57:29 +00:00
"strict": true,
2026-07-21 14:44:48 +00:00
"esModuleInterop": true,
2026-07-21 13:57:29 +00:00
"skipLibCheck": true,
2026-07-21 14:44:48 +00:00
"forceConsistentCasingInFileNames": true
}
2026-07-21 13:57:29 +00:00
}