fix: add missing selectedContinent to default config and fix ts-expect-error directives
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user