mirror of
https://github.com/discordeno/discordeno.git
synced 2026-07-21 13:42:53 +00:00
b0c1b9f795
* Use mocha for both deno and bun * Use any Bun 1.1 * remove build:type dependency in lib-check.yml * Pin point 1.1.42 * remove packages/bot/.mocharc.json
7 lines
157 B
JSON
7 lines
157 B
JSON
{
|
|
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
|
|
"nodeModulesDir": "manual",
|
|
"lock": false,
|
|
"unstable": ["sloppy-imports"]
|
|
}
|