mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
15 lines
969 B
JSON
15 lines
969 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"strict": true /* Enable all strict type-checking options. */,
|
|
"noUnusedLocals": true /* Report errors on unused locals. */,
|
|
"noUnusedParameters": true /* Report errors on unused parameters. */,
|
|
"noImplicitReturns": true /* Report error when not all code paths in function return a value. */,
|
|
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */,
|
|
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
|
|
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
|
|
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
|
|
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
|
}
|
|
}
|