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