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