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