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.

14 lines
244 B

11 months ago
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "ES2020"
  5. },
  6. "include": [
  7. "./endpoints/**/*",
  8. "./models/**/*",
  9. "./utils/**/*",
  10. "./swagger/**/*",
  11. "index.js"
  12. ],
  13. "exclude": ["node_modules", "storage"]
  14. }