chore(NA): disable preserve symlinks on tsconfig.json (#94775)

This commit is contained in:
Tiago Costa 2021-03-17 16:03:01 +00:00 committed by GitHub
parent 4db72b96d4
commit 881b9a5246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.