mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
* Do some code changes & run prettier and eslint
* Fix test:test-type script
* Apply code review suggestions
* update heartbeat interval & add a reason for the specific value
* Fix husky error
* Update to TS 5.5
And use ${configDir}
* Fix test.json tsconfig base
---------
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"incremental": false,
|
|
"tsBuildInfoFile": null,
|
|
"rootDir": null,
|
|
"outDir": null,
|
|
},
|
|
"include": ["${configDir}"],
|
|
}
|