jiangping
2024-10-15 00f774f72e2f607b4da23d7183ff4db3bc8c6cb3
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}