[ABANDONDED] Set of "apps" for the 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.

16 lines
332 B

5 years ago
5 years ago
5 years ago
  1. {
  2. "compilerOptions": {
  3. "outDir": "./dist/",
  4. "baseUrl": ".",
  5. "sourceMap": true,
  6. "strict": true,
  7. "module": "commonjs",
  8. "esModuleInterop": true,
  9. "target": "es6",
  10. "jsx": "react",
  11. "resolveJsonModule": true
  12. },
  13. "include": [
  14. "src/server/*"
  15. ]
  16. }