- Add pnpm workspace configuration to specify built dependencies. - Create tsconfig.json for TypeScript compiler options and module resolution. - Add tsconfig.build.json for build-specific TypeScript settings. - Set up Vitest configuration with path aliasing for testing.
4 lines
47 B
YAML
4 lines
47 B
YAML
onlyBuiltDependencies:
|
|
- core-js
|
|
- esbuild
|