Skip to content

Commit

Permalink
chore: 🤖 update build target and don't emit sourcemaps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 🧨 Build target was bumped to ES2020
  • Loading branch information
streamich committed Apr 29, 2024
1 parent 02aa726 commit 9d9bd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es2020",
"lib": ["ES2017", "dom"],
"module": "commonjs",
"removeComments": false,
"noImplicitAny": false,
"strictNullChecks": true,
"sourceMap": true,
"sourceMap": false,
"outDir": "lib",
"declaration": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 9d9bd01

Please sign in to comment.