longyvfengyun
2022-02-23 e66d5cf402f729f4c0acf51c5775d13f77e74e0b
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}