luqingyang
2023-10-26 ecf55bedecb4f35759ea6e97874bd414528177cb
1
2
3
4
5
6
7
8
9
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}