Octech2722 acbd5c8bcf feat: initialize MV3 project structure
- Manifest V3 configuration with proper permissions
- TypeScript + esbuild build system
- npm dependencies (Readability, DOMPurify, Cheerio)
- Build configuration (IIFE bundling, watch mode)
- Shared TypeScript type definitions

Foundation for Trilium Web Clipper Manifest V3 migration.
2025-10-18 12:07:37 -05:00

7 lines
203 B
Plaintext

# Disable workspace functionality for this project
# Make it work as a standalone npm project
workspaces=false
legacy-peer-deps=true
# Use npm instead of pnpm for this specific project
package-lock=true