标准版政企呼叫中心业务系统

tsconfig.json 152B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "baseUrl": ".",
  4. "paths": {
  5. "@/*": ["src/*"],
  6. "@/api/*": ["api/*"]
  7. }
  8. },
  9. "include": ["src", "api"]
  10. }