mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "es2022",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": true,
|
|
"lib": ["ES2021.String"],
|
|
"skipLibCheck": true,
|
|
"inlineSourceMap": true,
|
|
"forceConsistentCasingInFileNames": false
|
|
}
|
|
} |