Files
discordeno/packages/tsconfig/test.json
Fleny 919474069d chore: Migrate ESLint and prettier to Biome (#3634)
* 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
2024-07-13 13:05:02 -05:00

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}"]
}