tsconfig.json 174 B

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