edems-dev_md-discord-syntax/tsconfig.json
2026-07-21 16:44:48 +02:00

11 lines
237 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}