Add skipLibCheck to skip type checking of .d.ts files in node_modules, matching the setting already used by the main remark42 app. Fixes @types/eslint-scope vs @types/eslint type incompatibility.
@remark42/api
Implementation of API methods for Remark42
Development
- If you don't have
pnpminstalled runnpm i -g pnpm@8 - Install dependencies
pnpm i - Run development mode with
pnpm run dev - Build lib with
pnpm run build - Run tests with
pnpm run test