tsconfig.json 193 B

123456789101112
  1. {
  2. "files": [],
  3. "references": [
  4. { "path": "./tsconfig.app.json" },
  5. { "path": "./tsconfig.node.json" }
  6. ],
  7. "compilerOptions": {
  8. "paths": {
  9. "@/*": ["./src/*"]
  10. }
  11. }
  12. }