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