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