Skip to content

Commit

Permalink
Merge pull request #22412 from kolife01/ts-migrate/sveltekit
Browse files Browse the repository at this point in the history
Build: Migrate @storybook/sveltekit to strict-ts
  • Loading branch information
kasperpeulen authored May 7, 2023
2 parents e98f14e + f89d30c commit 8d479eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/sveltekit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": "./src",
"types": ["node"],
"resolveJsonModule": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}

0 comments on commit 8d479eb

Please sign in to comment.