Skip to content

Commit

Permalink
Exclude dist folder in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lueenavarro committed Jul 11, 2021
1 parent c461a53 commit 19e5032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"resolveJsonModule": true,
"esModuleInterop": true
},
"exclude": ["src/**/*.spec.ts"]
"exclude": ["node_modules", "dist", "src/**/*.spec.ts"]
}
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ module.exports = {
sourceMapFilename: "bundle.js.map",
path: path.resolve(__dirname, "dist"),
libraryTarget: "commonjs2",
clean: true,
},
};

0 comments on commit 19e5032

Please sign in to comment.