tsconfig.json 204 B

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