天波用户运营管理后台系统

jsconfig.json 137B

3 years ago
123456789
  1. {
  2. "compilerOptions": {
  3. "baseUrl": "./",
  4. "paths": {
  5. "@/*": ["src/*"]
  6. }
  7. },
  8. "exclude": ["node_modules", "dist"]
  9. }