Skip to content

Commit 4806f25

Browse files
committed
Update README
1 parent 40c3b44 commit 4806f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Some notable customizations are:
88

99
0. `package-lock.json` is NOT committed on purpose
1010
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.
1213

1314
## Instructions
1415

0 commit comments

Comments
 (0)