# better-sqlite3 is a native module that must be compiled against Electron's ABI
# (the desktop extension host runs under Electron's Node). The presence of this
# .npmrc makes build/npm/postinstall.ts inherit the root electron build config
# (runtime/target/disturl/build_from_source) for this extension rather than
# stripping it, so the addon is built for the correct ABI during `npm install`.
legacy-peer-deps="true"
timeout=180000
