Skip to content

Commit 08eb585

Browse files
authored
fix: config as tsx (#96)
1 parent 9b7c76b commit 08eb585

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { LeanWebConfig } from "./src/api/config-types";
2+
import * as React from "react";
23

34
export const lean4webConfig: LeanWebConfig = {
4-
serverCountry: null,
5+
serverCountry: "Germany",
56
contactDetails: null,
67
impressum: null,
78
};

client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
/* Performance */
2525
"skipLibCheck": true
2626
},
27-
"include": ["src", "config.ts"],
27+
"include": ["src", "config.tsx"],
2828
"exclude": ["node_modules"]
2929
}

0 commit comments

Comments
 (0)