Skip to content

Commit

Permalink
chore: turn on sourcemap accidently
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Mar 27, 2022
1 parent 8c0cfb3 commit da14d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pnpm/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"composite": false,
"declaration": false,
"outDir": "lib",
"sourceMap": true,
"sourceMap": false,
"rootDir": "src"
},
"include": [
Expand Down

0 comments on commit da14d53

Please sign in to comment.