Skip to content

Commit

Permalink
test(wip): Try using sourcemaps for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 18, 2023
1 parent 259fbc4 commit 5c58f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"strict": true,
"noImplicitAny": false,
"target": "es2021",
"noEmit": true
"noEmit": true,
"sourceMap": true
},
"exclude": ["node_modules"]
}
3 changes: 2 additions & 1 deletion editor.planx.uk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"skipLibCheck": true,
"strict": true,
"target": "es6",
"typeRoots": ["src/types"]
"typeRoots": ["src/types"],
"sourceMap": true,
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 5c58f27

Please sign in to comment.