Save and load notes in Zeichen using an external API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
514 B

  1. {
  2. "compilerOptions": {
  3. "target": "es6",
  4. "lib": [
  5. "dom",
  6. "dom.iterable",
  7. "esnext"
  8. ],
  9. "skipLibCheck": true,
  10. "esModuleInterop": true,
  11. "allowSyntheticDefaultImports": true,
  12. "forceConsistentCasingInFileNames": true,
  13. "module": "esnext",
  14. "moduleResolution": "node",
  15. "declaration": true,
  16. "declarationDir": "./dist",
  17. "sourceMap": true,
  18. "strict": false
  19. },
  20. "exclude": [
  21. "node_modules",
  22. "**/*.test.ts"
  23. ],
  24. "include": [
  25. "**/*.ts"
  26. ]
  27. }