小小儁爺
2024-07-31 b1b6c007e0a1f8ada903760dbff7ffaa756e455d
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}