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