k94314517
2024-07-05 e992f6c13602feadd60f9df16c65ffccc1cdcb6a
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}