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