tsconfig.json 198 B

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