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