cy
2023-12-08 25b639f34bd7e80a69cdb5b46b2d082c1590d033
1
2
3
4
5
6
7
8
9
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}