1
jhzh
2024-09-02 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": [
        "src/*"
      ]
    }
  },
  "exclude": [
    "node_modules",
    "dist"
  ]
}