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