UNPKG

hms_push_notification

Version:

Haewei Push notification for ios and android with nodejs

9 lines (7 loc) 203 B
const tsConfigPaths = require('tsconfig-paths'); const tsConfig = require('./tsconfig.json'); const baseUrl = './dist'; tsConfigPaths.register({ baseUrl, paths: tsConfig.compilerOptions.paths, });