Skip to content

Commit

Permalink
fix: use commonjs modules in commonjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack authored Nov 7, 2024
1 parent 94a7430 commit 191d878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./node_modules/@sentry-internal/typescript/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"outDir": "dist/build",
"lib": ["DOM", "ES2018"],
"target": "es2018",
Expand Down

0 comments on commit 191d878

Please sign in to comment.