Skip to content

Commit

Permalink
feat: add sourcemap and comments (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Mar 1, 2023
1 parent 7dadec3 commit a605296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"jsx": "react",
"rootDir": "."
"rootDir": ".",
"sourceMap": true
},
"include": [
"*.ts",
Expand Down
5 changes: 0 additions & 5 deletions tsconfig.release.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"removeComments": true
},
"include": [
"src/**/*"
],
Expand Down

0 comments on commit a605296

Please sign in to comment.