mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* Migrate eslint and prettier to biomejs This does NOT include examples/bigbot as it has its own formatter * Update to biome 1.8.0 * Readd dotenv dev dependency to rest During a merge it got lost
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"incremental": false,
|
|
"tsBuildInfoFile": null,
|
|
"rootDir": null,
|
|
"outDir": null
|
|
},
|
|
"include": ["${configDir}"]
|
|
}
|