mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 10:50:09 +00:00
* 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"]
|
|
}
|