You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Some notable customizations are:
8
8
9
9
0.`package-lock.json` is NOT committed on purpose
10
10
1. The included adapter is changed from `auto` to `@sveltejs/adapter-node`, assuming that you are not targeting [any specific deployment target](https://svelte.dev/docs/kit/adapter-auto).
11
-
2. Split tsconfig of web/test/node environments via cascading `jsconfig.*.json` to avoid lib pollution.
11
+
2. Split tsconfig of web/test/node environments via cascading `tsconfig.*.json` to avoid lib pollution while maintaining reasonable IDE/LSP expectations.
12
+
- tsbuildinfos are always deleted after a `svelte-kit sync` run. This is intended to convince tsc to write new ones.
0 commit comments