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