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

tsconfig.json 273 B

12345678910111213
  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. }