haoxuan
2023-09-28 546e94e3e89a6d60395e9690cf3eb67698105ee8
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "target": "es2017",
    "allowSyntheticDefaultImports": false,
    "baseUrl": "./",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}