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