aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/SharedStore.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 02:39:24 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-31 02:45:04 +0100
commitcd7833ce2400c9bb9e4b49c51c326783bfb03b75 (patch)
treede598c72f121bd375dad6e3c6a288fbf57b0f278 /packages/shared/src/stores/SharedStore.ts
parentbuild: Upgrade to chalk 5.0.0 anyways (diff)
downloadsophie-cd7833ce2400c9bb9e4b49c51c326783bfb03b75.tar.gz
sophie-cd7833ce2400c9bb9e4b49c51c326783bfb03b75.tar.zst
sophie-cd7833ce2400c9bb9e4b49c51c326783bfb03b75.zip
chore: Add import extensions preparing for ts 4.6 nodenext
Diffstat (limited to 'packages/shared/src/stores/SharedStore.ts')
-rw-r--r--packages/shared/src/stores/SharedStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared/src/stores/SharedStore.ts b/packages/shared/src/stores/SharedStore.ts
index c6c3ddc..8aefcdb 100644
--- a/packages/shared/src/stores/SharedStore.ts
+++ b/packages/shared/src/stores/SharedStore.ts
@@ -26,7 +26,7 @@ import {
26 SnapshotOut, 26 SnapshotOut,
27} from 'mobx-state-tree'; 27} from 'mobx-state-tree';
28 28
29import { config } from './Config'; 29import { config } from './Config.js';
30 30
31export const sharedStore = types.model('SharedStore', { 31export const sharedStore = types.model('SharedStore', {
32 config: types.optional(config, {}), 32 config: types.optional(config, {}),