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