Skip to content

Commit

Permalink
fix, remove "rootDir" attribute from tsconfig.json of aspect (#7669)
Browse files Browse the repository at this point in the history
This prop causes issues with envs using envs/envs, because ws-config
command writes the tsconfig.json inside node_modules/.cache dir, so it
assumes this dir is the rootDir and shows warning about included files
not exist in rootDir.
  • Loading branch information
davidfirst authored Jul 20, 2023
1 parent e0a15f6 commit 938125f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scopes/harmony/aspect/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"strict": true,
"moduleResolution": "node",
"noImplicitAny": false,
"rootDir": ".",
"preserveConstEnums": true,
"resolveJsonModule": true
},
Expand Down

0 comments on commit 938125f

Please sign in to comment.