Skip to content

Commit

Permalink
chore(NA): disable preserve symlinks on tsconfig.json (#94775)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Mar 17, 2021
1 parent 4db72b9 commit 881b9a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
// Resolve modules in the same way as Node.js. Aka make `require` works the
// same in TypeScript as it does in Node.js.
"moduleResolution": "node",
// Do not resolve the real path of symlinks
"preserveSymlinks": true,
// "resolveJsonModule" allows for importing, extracting types from and generating .json files.
"resolveJsonModule": true,
// Disallow inconsistently-cased references to the same file.
Expand Down

0 comments on commit 881b9a5

Please sign in to comment.