diff options
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 6ba90e98d..fa49ff866 100644 --- a/babel.config.js +++ b/babel.config.js @@ -20,6 +20,7 @@ module.exports = { alias: { // This needs to be mirrored in tsconfig.json lib: './src/lib', + platform: './src/platform', state: './src/state', view: './src/view', }, |