I am having an issue with paths that is flumoxing me. In my tsconfig I have
"baseUrl": "./",
"paths": {
"@/*": ["core/*"]
}
In core/configuration/secrets.ts import { loadPlugin } from '@/plugin-manager'; works as expected.
But in .sparkbot.config.ts I get an error that the module can not be found.
I moved .sparkbot.config.ts to the sparks directory just as a troubleshooting step, and get same error there.