jiangping
2024-11-27 3971214ea3db700a2986b77e1c45ed2b8dae9ee3
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}