Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from forcedotcom/wr/chore/update
Browse files Browse the repository at this point in the history
chore: add rootDir option in tsconfig.json
  • Loading branch information
RodEsp authored Mar 19, 2021
2 parents cbea1bc + 24144f3 commit ea25972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/sfdxPlugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"declaration": true,
"outDir": "./lib",
"importHelpers": true
"importHelpers": true,
"rootDir": "./src"
},
"include": [
"./src/**/*"
Expand Down

0 comments on commit ea25972

Please sign in to comment.