Files
DiscordBOT/tsconfig.json
Asaki Yuki 335d805f19 tsc
2025-10-15 19:40:24 +07:00

14 lines
296 B
JSON

{
"compilerOptions": {
"target": "es2024",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src"
}
}