- Root package.json with @bytelyst/root, pnpm scripts (build, test, typecheck, clean) - pnpm-workspace.yaml declaring packages/* - tsconfig.base.json (ESM, strict, ES2022, NodeNext) - vitest.config.ts (globals, node environment) - .gitignore, .nvmrc (Node 20), .editorconfig - README.md with package overview and quick start
8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
node_modules/
|
|
dist/
|
|
coverage/
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
.env
|
|
.env.local
|