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
This commit is contained in:
kay delaney 2019-09-25 10:50:41 +01:00 committed by GitHub
parent 680a22b898
commit c60882b497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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