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