tsconfig.json(15,5): error TS5060: Option 'paths' cannot be used without specifying '--baseUrl' option.
"baseUrl": "./"
в tsconfig всё работает:)import(`__${theme}__`.css)
alias: {
'__current-theme.css': path.resolve(__dirname, process.env.STYLE_REF)
}