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