fix: add missing selectedContinent to default config and fix ts-expect-error directives

This commit is contained in:
Thomas Hallock
2025-11-18 15:56:23 -06:00
parent 245005c8ec
commit 07e92240e8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// @ts-expect-error - ESM/CommonJS compatibility
// @ts-ignore - ESM/CommonJS compatibility
import World from '@svg-maps/world'
// @ts-expect-error - ESM/CommonJS compatibility
// @ts-ignore - ESM/CommonJS compatibility
import USA from '@svg-maps/usa'
import type { MapData, MapRegion } from './types'

View File

@@ -185,6 +185,7 @@ export const DEFAULT_KNOW_YOUR_WORLD_CONFIG: KnowYourWorldConfig = {
gameMode: 'cooperative',
difficulty: 'easy',
studyDuration: 0,
selectedContinent: 'all',
}
export const DEFAULT_COMPLEMENT_RACE_CONFIG: ComplementRaceGameConfig = {