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