liukangdong
2024-06-12 e9717d6ebed478c4ff7ddbf539d1a591bbf5185a
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}