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