Skip to content

Commit

Permalink
chore(app-vite/app-webpack): tsconfig-preset.json -> remove the "excl…
Browse files Browse the repository at this point in the history
…ude" option which is not interpreted correctly
  • Loading branch information
rstoenescu committed Mar 13, 2024
1 parent aa5799d commit ea9a156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions app-vite/tsconfig-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@
"boot/*": ["src/boot/*"],
"stores/*": ["src/stores/*"]
}
},
// Needed to avoid files copied into 'dist' folder (e.g. a `.d.ts` file inside `src-ssr` folder)
// to be evaluated by TS when their original files has been updated
"exclude": ["dist", ".quasar", "node_modules"]
}
}
5 changes: 1 addition & 4 deletions app-webpack/tsconfig-preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@
"boot/*": ["src/boot/*"],
"stores/*": ["src/stores/*"]
},
},
// Avoid files copied into 'dist' folder (eg. a `.d.ts` file inside `src-ssr` folder)
// to be evaluated by TS when their original files has been updated
"exclude": ["dist", ".quasar", "node_modules"]
}
}

0 comments on commit ea9a156

Please sign in to comment.