Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .c8rc.json → .nyc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exclude": ["test/**"],
"reporter": ["lcov", "text"],
"reporter": ["lcov", "text", "html"],
"skip-full": true
}
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
Expand Down
2 changes: 1 addition & 1 deletion exports.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import safeImport from './safeImport';
import { safeImport } from './safeImport';
import { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SynthesisTarget } from './types';

export type Locale = 'de' | 'en' | 'es' | 'fr' | 'it' | 'ko' | 'pl' | 'pt' | 'ru' | 'zh' | 'cs' | 'sr' | 'uk';
Expand Down
Loading
Loading