backpack1098B
Convex Community3y ago
16 replies
backpack1098

possible to do path alias in convex/tsconfig?

hello team. is it possible to add an alias for the path in convex/tsconfig? i tried adding the following and things started to break. using the relative path works. thanks!
"compilerOptions": {
  "paths": {
    "~/*": ["./*"]
  },
}
Was this page helpful?