loulijun2021
2022-11-29 fdc0b3f08b09c9cc77c0db680cf27dd1e4cfb33a
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}