[ABANDONED] API server for Flexor social network.
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.

22 lines
475 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "compilerOptions": {
  3. "allowSyntheticDefaultImports": true,
  4. "baseUrl": ".",
  5. "esModuleInterop": true,
  6. "module": "commonjs",
  7. "moduleResolution": "node",
  8. "outDir": "dist",
  9. "sourceMap": true,
  10. "strict": true,
  11. "target": "es6",
  12. "paths": {
  13. "*": [
  14. "node_modules/*",
  15. "src/types/*"
  16. ]
  17. }
  18. },
  19. "include": [
  20. "src/**/*"
  21. ]
  22. }