futian.liu
2023-12-13 726a0dae13c9166ba31e4d504440334c8db26fd5
1
2
3
4
5
6
7
8
9
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}