- 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.
6 lines
48 B
JSON
6 lines
48 B
JSON
{
|
|
"recommendations": [
|
|
"biomejs.biome",
|
|
]
|
|
}
|