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