1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix(*): export type declarations for node version of adapter

This commit is contained in:
Krishna Acondy
2020-11-25 20:23:59 +00:00
parent 2408fd091e
commit 182e66216f
3 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ const browserConfig = {
const nodeConfig = {
...browserConfig,
target: 'node',
entry: './node/index.ts',
output: {
...browserConfig.output,
path: path.resolve(__dirname, 'build', 'node')