Skip to content

Commit 8b43442

Browse files
💚 [#69] Fix type checking in storybook config files
1 parent 1c61ef5 commit 8b43442

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858

5959
- name: Build library
6060
run: |
61+
npm run compilemessages
6162
npm run build:typecheck
6263
npm run build
6364

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"strictBindCallApply": true,
1717
"strictNullChecks": true,
1818
"allowSyntheticDefaultImports": true,
19+
"resolveJsonModule": true,
1920
"noErrorTruncation": true,
2021
"paths": {
2122
"@/*": ["./*"],

0 commit comments

Comments
 (0)