mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
chore(NA): disable preserve symlinks on tsconfig.json (#94775)
This commit is contained in:
parent
4db72b96d4
commit
881b9a5246
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue