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