Dev: Sets `preserveSymlinks` to `false` in top-level tsconfig (#19395)

* Dev: Sets `preserveSymlinks` to `false` in top-level tsconfig
Improves dev experience in vscode

* Removed preserveSymlinks from tsconfig since default option is false
pull/19402/head
kay delaney 6 years ago committed by GitHub
parent 680a22b898
commit c60882b497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tsconfig.json

@ -34,8 +34,7 @@
"sass": ["sass"],
"@grafana/slate-react": ["../node_modules/@types/slate-react"]
},
"skipLibCheck": true,
"preserveSymlinks": true
"skipLibCheck": true
},
"include": [
"public/app/**/*.ts",

Loading…
Cancel
Save