MrShi
2024-12-03 bbcade0aa73354bf775fe91f88dd618bab6ea4a4
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}