tsconfig.json 167 B

12345678910
  1. {
  2. "extends": "@eggjs/tsconfig",
  3. "compilerOptions": {
  4. "declaration": false,
  5. "paths": {
  6. "@/module/*": ["app/module/*"]
  7. },
  8. "baseUrl": "."
  9. }
  10. }