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