Commit c60882b4 by kay delaney Committed by GitHub

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
parent 680a22b8
......@@ -34,8 +34,7 @@
"sass": ["sass"],
"@grafana/slate-react": ["../node_modules/@types/slate-react"]
},
"skipLibCheck": true,
"preserveSymlinks": true
"skipLibCheck": true
},
"include": [
"public/app/**/*.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment