Store and publish annotations on the web, as described in the Web Annotation Discovery proposal.

web-annotation-discovery-se.../ tsconfig.json
14 lines
273 B

  1. {
  2. "compilerOptions": {
  3. "target": "es6",
  4. "module": "NodeNext",
  5. "rootDir": "./",
  6. "outDir": "./build",
  7. "esModuleInterop": true,
  8. "allowSyntheticDefaultImports": true,
  9. "strict": true,
  10. "noImplicitAny": false,
  11. "resolveJsonModule": true
  12. }
  13. }