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