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