Skip to content

Commit

Permalink
chore: not export declarations on the extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 23, 2022
1 parent 8c23bb9 commit e21c185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/pre-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const compileWorkList = [
logLabel: 'extension ts -> js-esm',
compilerOptionsOverride: {
module: 'ES2015',
declaration: false,
rootDir: extensionSrcDir,
outDir: extensionESMDir
},
Expand Down

0 comments on commit e21c185

Please sign in to comment.