Aleksander Dyomin

Results 8 comments of Aleksander Dyomin

такая же ошибка :( удалось как то порешать?

примерно так: https://github.com/aleksanderd/quik-lua-rpc/commit/6f40deb9710dcd1c2a2d349c6e8ef9c9ed29cbac

btw drafts [figbird.d.ts](https://gist.github.com/aleksanderd/7c311a28f9124f01b2da200311927f6b)

is there any way to use aliases with sass? I tried to configure `import.resolve` but it is not even called( thank you!

my solution: ```js const scssAliases = { '@theme': '/app/theme', '@': '/', }; const stylesOptions = { ... sass: { sync: true, importer(url) { for (const [alias, path] of Object.entries(scssAliases)) {...

@winseros try this https://github.com/aleksanderd/json.lua/commit/15823a48b31befa5f623134f6d8c57a2f5a603f9

same here, index.ts files seems to be ignored: all imports of dirs with index.ts are skipped( is there any way to fix it?