Skip to content

Commit e469b37

Browse files
committed
update meta page
1 parent 980bc84 commit e469b37

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

  • src/content/docs/meta/contributors

src/content/docs/meta/contributors/meta.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,12 @@ import { Aside } from '@astrojs/starlight/components'
2929
- You can commit whatever you want (as long as reasonable) in this folder, and it generally will be fine.
3030
- The `.vscode` folder intentionally contains a test.ts file in there for lint + file testing. Do not move it.
3131

32-
## `tsconfig.json` (TypeScript config)
32+
## `**/tsconfig.*.json` (TypeScript configs)
3333

3434
- These should not be modified in most circumstances. In the rare cases they should be, it should be noted why.
35-
- Each part of the project (docs, playground, extension) should maintain their own `tsconfig.json` files.
35+
- Each project (docs, playground, extension) should maintain their own `tsconfig.json` files.
3636

37-
<Aside type="caution">
38-
39-
In the upcoming web build PR, the extension's `tsconfig.json` will be split into 3 files. This is intentional, do not change this.
40-
41-
</Aside>
42-
43-
## `package.json`/`package-lock.json` (Node/npm package manifests)
37+
## `package.json`/`pnpm-lock.yaml` (Node/pnpm package manifests)
4438

4539
- *Only the extension's `package.json` should target the `vscode` engine!* All other package.json files should omit the target object.
4640
- New dependencies should be added on an as-needed basis.
@@ -66,4 +60,5 @@ In the upcoming web build PR, the extension's `tsconfig.json` will be split into
6660
- `icons.woff`: Do not modify unless given permission by `@Pasu4`.
6761
- .*ignore: Generally these shouldn't be modified too much, although if something's in the `.gitignore` file, 90% of the time you need to copy it over to `.vscodeignore`
6862
- `LICENSE`: Do not modify.
63+
- `CONTRIBUTING.md`: Explain minimally, refer to here.
6964
- `tony/`: See [Contributors/Testing](/docs/meta/contributors/testing).

0 commit comments

Comments
 (0)