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