doum
8 天以前 fe29cab3d9bf8ddfeb1bc93a25a79c20276d8171
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}