Is there an example of how to use `"paths"` in `ts...
# support-framework
m
Is there an example of how to use
"paths"
in
tsconfig.json
with Plasmo. Trying to set the following, but its not working.
Copy code
"compilerOptions": {
  "baseUrl": ".",
  "paths": {
    "@/*": ["./src/*"],
    "~*": ["./src/*"]
  }
}
s
Thread automatically created by jlalmes in #978320682985349130
m
Copy code
🔴 ERROR  | Failed to resolve '@/utils/listeners' from './apps/plasmo/src/contents/index.ts'