jiangping
2025-03-07 d5efc0139ee5b4c25f5adcd99f9376928608303d
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}