Skip to content

Commit

Permalink
ci: extend fixed svelte tsconfig rather than the one generated at run…
Browse files Browse the repository at this point in the history
…time

... because it's missing on first run
  • Loading branch information
av8ta committed Apr 7, 2024
1 parent 88ef87a commit 0828a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// "extends": "./sveltekit.tsconfig.json",
"extends": "./.svelte-kit/tsconfig.json",
"extends": "./sveltekit.tsconfig.json",
// "extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
Expand Down

0 comments on commit 0828a08

Please sign in to comment.