diff options
author | Eric Bailey <git@esb.lol> | 2023-11-03 16:17:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 14:17:40 -0700 |
commit | 691af26895bcc2077c062bc5dd3f3ad3381fa51a (patch) | |
tree | de400f3cb755f25380740c4842145d3eee04335d /babel.config.js | |
parent | 047f74c67de72c74ae5973612b566b2330dcd4a4 (diff) | |
download | voidsky-691af26895bcc2077c062bc5dd3f3ad3381fa51a.tar.zst |
Add subpath imports (#1808)
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index 78edf5749..924120495 100644 --- a/babel.config.js +++ b/babel.config.js @@ -37,6 +37,7 @@ module.exports = function (api) { { alias: { // This needs to be mirrored in tsconfig.json + '#': './src', lib: './src/lib', platform: './src/platform', state: './src/state', |