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