Skip to content

Commit

Permalink
no maps = lighter build πŸ’ͺ🏻
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 20, 2024
1 parent 1e5ac96 commit e44903d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
"esModuleInterop": true,
"target": "es2022",
"module": "es2022",
"lib": ["es2022", "DOM"],
"sourceMap": true,
"lib": [
"es2022",
"DOM"
],
"sourceMap": false,
"isolatedModules": true,
"allowJs": true,
"downlevelIteration": true,
"moduleResolution": "node",
"resolveJsonModule": true
}
}
}

0 comments on commit e44903d

Please sign in to comment.