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