tsconfig.json 189 B

1234567891011121314
  1. {
  2. "files": [],
  3. "references": [
  4. {
  5. "path": "./tsconfig.node.json"
  6. },
  7. {
  8. "path": "./tsconfig.app.json"
  9. }
  10. ],
  11. "compilerOptions": {
  12. "types": ["node"]
  13. }
  14. }