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