TypeScript types and utility functions for handling Web Annotations.

tsconfig.json 232 B

1 year ago
123456789101112
  1. {
  2. "compilerOptions": {
  3. "strict": true,
  4. "isolatedModules": true,
  5. "lib": ["ES2018"],
  6. "moduleResolution": "Node16",
  7. "target": "ES6",
  8. "declaration": true,
  9. "outDir": "lib"
  10. },
  11. "files": ["src/index.ts"]
  12. }