Skip to content

Commit

Permalink
add root (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmen authored Sep 19, 2022
1 parent b1e1678 commit a3b4a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const plugins = [
exclude: ['src/**/*.test.ts', '**/__tests__/*'],
compilerOptions: {
sourceMap: true,
sourceRoot: './',
noEmit: false,
declaration: true,
declarationDir: './dist/types/',
Expand Down

0 comments on commit a3b4a24

Please sign in to comment.