UNPKG

chamesu

Version:

This package contains all packages of the chat application.

11 lines (9 loc) 243 B
const path = require('path'); module.exports = { resolve: { // for WebStorm, remove this after refactoring alias: { '@chamesu/common': path.resolve(__dirname, 'packages/shared/common/src'), } }, };