haoyahui
2023-11-21 13b0bad30ef1df53492cbab1c1b99dfc02dee63f
1
2
3
4
5
6
7
8
9
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}