mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
16 lines
No EOL
348 B
JSON
16 lines
No EOL
348 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"outDir": "build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"module": "commonjs",
|
|
"rootDir": "source",
|
|
"target": "es2016",
|
|
"lib": ["es6"],
|
|
}
|
|
} |