Skip to content

Commit

Permalink
feat: sourcemap for tsconfig.spec
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <woutermont@gmail.com>
  • Loading branch information
woutermont committed Jul 2, 2021
1 parent 6ca81ff commit 5ec7edb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/typescript-config/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"inlineSourceMap": true,
"inlineSources": true,
"module": "es2020",
"sourceMap": false,
"module": "es2020"
},
}

0 comments on commit 5ec7edb

Please sign in to comment.