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